chemerisuk / cordova-splash

Automatic splash screen generator for Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordova-splash

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).

Installation

 $ sudo npm install cordova-splash -g

Usage

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

 $ cordova-splash

Requirements

  • ImageMagick

Install on a Mac:

 $ brew install imagemagick

License

MIT

About

Automatic splash screen generator for Cordova

License:MIT License


Languages

Language:JavaScript 100.0%