mobicon-cli

3.0.0 • Public • Published

mobicon-cli Build Status

Mobile app icon generator

Install

$ npm install --global mobicon-cli

Note: Make sure to install GraphicsMagick as well.

Usage

$ mobicon --help

  Usage
    $ mobicon <file>

  Options
    --platform, -p      Platform to generate icons for
    --background, -b    Color of the icon background if the icon is transparant [Default: white]
    --contentRatio, -r  Logo-icon ratio [Default: 1]
    --roundedCorners    Generate icons with rounded corners [Default: true for pwa and Android]
    --borderRadius      Border radius percentage [Default: 0.0909]
    --out, -o           Output directory [Default: cwd]

  Examples
    $ mobicon icon.png -p=android
      ✔  success
    $ mobicon icon.png -p=android -p=ios -p=pwa
      ✔  success
    $ mobicon icon.svg -p=ios -o=resources
      ✔  success

Platforms

A list of the available platforms and their generated icons can be found here.

Related

License

MIT © Sam Verschueren

Dependents (0)

Package Sidebar

Install

npm i mobicon-cli

Weekly Downloads

8

Version

3.0.0

License

MIT

Unpacked Size

5.22 kB

Total Files

4

Last publish

Collaborators

  • samverschueren