startscreen
v0.0.2
Published
startscreen is a CLI tool that helps to generate multiple icon screens from one of your choosen icons
Downloads
3
Readme
StartScreen
StartScreen is a little command line script that reduces the time spent in desiging multiple icons for different screens in a PWA app
Installing
$ pnpm i -g startscreen
Usage
$ startscreen --image ./path/to/image --outdir ./path/to/outdir
Currently icon generated [for PWA (for now)]
android-chrome-192x192.png
android-chrome-512x512.png
apple-touch-icon-120x120.png
apple-touch-icon-152x152.png
apple-touch-icon-180x180.png
apple-touch-icon-76x76.png
apple-touch-icon.png
favicon-16x16.png
favicon-32x32.png
msapplication-icon-144x144.png
mstile-150x150.png
safari-pinned-tab.png
Todo
- Add support for cordova res icons
- Add support for cordova splash screens
I higly welcome contributions
Modules Used
- Whelk => For argins
- Jimp => Image manipulation