0.0.3 • Published 6 years ago

@movilizame/mobile-icon-generator v0.0.3

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

Mobile Icon GENerator (migen)

A node.js command line to generate icon files for a mobile app

Install

npm install -g @movilizame/mobile-icon-generator

Usage

For icon use the following commands with an image 1024x1024.

migen -s ios ../mobile-icon-generator/icon.png

or

migen -s android ../mobile-icon-generator/icon.png

For splash-screen use the following commands with an image 5000x5000 with the app logo center.

migen -s ios-screen ../mobile-icon-generator/icon.png

or

migen -s android-screen ../mobile-icon-generator/icon.png