2.5.0 • Published 3 years ago

@openquantum/asset-generator v2.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

example:

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

Credit: Originally created by SSilence