0.9.0 • Published 7 years ago

cordova-splash-sharp v0.9.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

cordova-splash-sharp

Automatic splash screen generator for Cordova. Create a splash screen (2208x2208) once in the root folder of your Cordova project and use cordova-splash-sharp to automatically crop and copy it for all the platforms your project supports (currenty works with iOS, Android and Windows 10).

This is a fork of cordova-splash that uses sharp instead of ImageMagick.

Installation

$ sudo npm install cordova-splash-sharp -g

Requirements

Usage

Create a splash.png file in the root folder of your cordova project and run:

$ cordova-splash-sharp

You also can specify manually a location for your config.xml or splash.png:

$ cordova-splash-sharp --config=config.xml --splash=splash.png

If you run a old version of Cordova for iOS and you need your files in /Resources/icons/, use this option:

$ cordova-splash-sharp --xcode-old

Icons

Check out cordova-icon

License

MIT