0.1.0 • Published 10 months ago

@owfdr/generate-electron-icons v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Generate Electron Icons

Generate all required Electron icons from a PNG image.

✅ icon.icns (windows) ✅ icon.ico (mac)16x ~ 1024x.png

Usage

Install Globally

npm install -g @owfdr/generate-electron-icons

Run Command

gene-icons --input <path-to-png-image>

Arguments

ArgumentDescriptionDefault
--inputWhich PNG file to use. Should be 1024x1024icon.png
--outputWhere to put generated iconsgene-icons/
--flattenPut all icons in the same folderfalse
0.1.0

10 months ago