asset-generator

1.1.3 • Public • Published

asset-generator

This is a cheap asset resizer for Android and iOS. It takes an image in @3x or xxhdpi size and resize it:

  • Android: mdpi, ldpi, hdpi, xhdpi, xxhdpi
  • iOS: @1x, @2x, @3x

Installation

npm install asset-generator -g

Usage

asset-generator <files> --android <target-dir-android> --ios <target-dir-ios>

android or ios option is optional. Only use --android if you need only android assets.

example:

#asset-generator *.png --android /my-android-project/app/src/main/res --ios /my-ios-project/app/assets

Copyright (c) Tobias Zeising, tobias.zeising@aditu.de
http://www.aditu.de
Licensed under the MIT license

Readme

Keywords

none

Package Sidebar

Install

npm i asset-generator

Weekly Downloads

812

Version

1.1.3

License

MIT

Last publish

Collaborators

  • ssilence