Automatic splash screen generator for Cordova. Create a splash screen (2208x2208) once in the root folder of your Cordova project and use cordova-splash to automatically crop and copy it for all the platforms your project supports (currenty works with iOS and Android).
- added support for windows platform
$ sudo npm install git://github.com/aorfevre/cordova-splash -g
Create a splash.png
file in the root folder of your cordova project and run:
$ cordova-splash
- ImageMagick
Install on a Mac:
$ brew install imagemagick
- At least one platform was added to your project (cordova platforms docs)
- Cordova's config.xml file must exist in the root folder (cordova config.xml docs)
MIT
check out cordova-splash