Mobile app splash screen generator
$ npm install --global mobisplash-cli
$ mobisplash --help
Usage
$ mobisplash <file>
Options
-p, --platform Platform to generate splash screens for
-b, --background Color of the splash screen background [Default: white]
-r, --contentRatio Logo-splash screen ratio [Default: 0.8]
-o, --out Output directory [Default: cwd]
--orientation Orientation to generate the splash screens for [Default: both]
--9patch 9-patch the Android splash screens [Default: true]
Examples
$ mobisplash icon.png -p=android
✔ success
$ mobisplash icon.png -p=android --no-9patch
✔ success
$ mobisplash icon.png -p=android -p=ios --orientation=landscape
✔ success
$ mobisplash icon.svg -p=ios -o=resources
✔ success
$ mobisplash icon.svg -p=blackberry10 -o=resources --orientation=portrait
✔ success
A list of the available platforms and their generated splash screens can be found here.
- mobisplash - API for this module
MIT © Sam Verschueren