cordova-splash-sharp

0.9.0 • Public • Published

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

Package Sidebar

Install

npm i cordova-splash-sharp

Weekly Downloads

1

Version

0.9.0

License

MIT

Last publish

Collaborators

  • peopleware-npmjs