@pixra/chrome-icons 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # Chrome Extension Icons
2
+
3
+ A Pixra plugin that exports the current image as a set of Chrome extension icons.
4
+
5
+ ## Features
6
+
7
+ - Generates icons in all required Chrome extension sizes: 16x16, 32x32, 48x48, 96x96, 128x128
8
+ - Outputs a single ZIP file containing all icons
9
+ - Uses PNG format
10
+
11
+ ## Usage
12
+
13
+ 1. Open an image in Pixra
14
+ 2. Run the "Export Chrome Icons" command from the Tools menu
15
+ 3. Download the generated `chrome-icons.zip`
16
+
17
+ ## Output
18
+
19
+ The ZIP file contains:
20
+
21
+ - `icon-16.png`
22
+ - `icon-32.png`
23
+ - `icon-48.png`
24
+ - `icon-96.png`
25
+ - `icon-128.png`
26
+
27
+ ## License
28
+
29
+ AGPL-3.0