electron-icon-generator
v1.0.2
Published
Generate icons for your electron app
Downloads
5
Maintainers
Readme
Electron Icon Generator
Electron Icon Generator generates icons for your electron app.
How to install
$ npm install -g electron-icon-generator
Usage
electron-icon-generator /path/to/icon.png
Note: 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.ico
Contribte 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)