0.1.1 • Published 9 years ago

phonegap-splash v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

phonegap-splash

Automatic splash screen generator for PhoneGap. Create a splash screen (2208x2208) once in the www folder of your phonegap project and use phonegap-splash to automatically crop and copy it for all the platforms your project supports (currenty works with iOS and Android).

Installation

sudo npm install -g phonegap-splash

Usage

Create a splash.png file in the www folder of your phonegap project and run:

phonegap-splash

Requirements

  • ImageMagick

Install on a Mac:

brew update
brew install imagemagick

License

MIT

Future Development

  • Generate icons and splash at same time.
  • Add other platforms.