From 0bb5939879be95e3e4b31d4ebc48511611566915 Mon Sep 17 00:00:00 2001 From: Lizy Chy <103976180+lizyChy0329@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:11:11 +0800 Subject: [PATCH] update readme for PineCone Gallery (#3) update readme for PineCone Gallery (#3) --- README.md | 30 +++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d63730..7e617be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -


Copy Image Size

+

+ +
+ Copy Image Size +

⚡️📋 Copy Image Size for Tailwindcss or Unocss or CSS

@@ -13,6 +17,26 @@

-## Usege ⚡️ +## Base Usege ⚡️ -Right-click VSCode image file, Copy Image Size and translate to (Tailwind/Unocss) Utility or CSS Properties +Right-click VSCode image file, Open PineCone Gallery or translate Image Size to (Tailwind/Unocss) Utility or CSS Properties + +## PineCone Gallery + +`PineCone Gallery` is a Image Gallery for vscode. Right-click the directory includes image files to create PineCone Gallery icon in activity bar. + +We recommend moving the PineCone Gallery icon to `Secondary Side Bar` for more convenient use. + +**How to use?** + +Right-click directory includes image files, select `Open PineCone Gallery` + +![Open PineCone Gallery](https://files.catbox.moe/c9gqqi.png) + +Select the `PineCone Gallery Icon` in `Activity Bar` + +![PineCone Gallery Icon](https://files.catbox.moe/xrfdld.png) + +Right-click the image item to copy size or copy name or everything else. + +![dd](https://files.catbox.moe/o1opql.png) diff --git a/package.json b/package.json index 945e066..4ced440 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "copy-image-size", "displayName": "Copy Image Size", "type": "module", - "version": "0.1.1", + "version": "0.2.0", "private": false, "packageManager": "pnpm@9.8.0", "description": "Copy Image Size for Tailwind or Unocss or CSS",