https://github.com/steinathan/startscreen
StartScreen is a little command line script that reduces the time spent in desiging multiple icons for different screens in a PWA app
https://github.com/steinathan/startscreen
Last synced: about 1 year ago
JSON representation
StartScreen is a little command line script that reduces the time spent in desiging multiple icons for different screens in a PWA app
- Host: GitHub
- URL: https://github.com/steinathan/startscreen
- Owner: steinathan
- Created: 2019-07-24T00:03:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T00:23:46.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T02:38:39.818Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```sh
$ pnpm i -g startscreen
```
## Usage
```sh
$ startscreen --image ./path/to/image --outdir ./path/to/outdir
```
## Currently icon generated [for PWA (for now)]
```sh
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