Skip to content

excellenteasy/android-icon-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-icon-resize

Build Status Dependency Status devDependency Status Semantically Released

Create all required icons from one icon. Right size, right file name.

The default icon file names and required sizes for android are retrieved from the android-icons module.

The files created have the default names as you might want to use them, for example, in config.xml of a PhoneGap/Cordova project.

This also exists for iOS.

Install

$ npm install --save android-icon-resize

Usage

var resize = require('android-icon-resize');

resize('path/to/icon-large.png', 'output/icons/').then(function() {
	// icons have been created
});

CLI

$ npm install --global android-icon-resize
$ android-icon-resize --help
Create all required icons from one icon. Right size, right file name.

Example
  $ android-icon-resize -i path/to/icon.png -o path/to/output/
	

License

MIT © David Pfahler

About

CLI that resizes a large icon for your android (cordova) project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published