1.0.2 • Published 8 years ago
electron-icon-generator v1.0.2
Electron Icon Generator
Electron Icon Generator generates icons for your electron app.
How to install
$ npm install -g electron-icon-generatorUsage
electron-icon-generator /path/to/icon.pngNote: Please provide a PNG image of 1024x1024 for best results.
This command will output your icons in the icons folder. The structure of the generated icons folder will be :-
icons
├── mac
│ └── app.icns
├── png
│ ├── 1024x1024.png
│ ├── 128x128.png
│ ├── 16x16.png
│ ├── 24x24.png
│ ├── 256x256.png
│ ├── 32x32.png
│ ├── 48x48.png
│ ├── 512x512.png
│ ├── 64x64.png
│ └── 96x96.png
└── win
└── app.icoContribte to this tool
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
About Me
- My website (manojsinghnegi.com)
- Medium (@manojsinghnegi)
- Twitter (@manojnegiwd)