All Projects → kevva → to-ico-cli

kevva / to-ico-cli

Licence: MIT license
Convert PNG to ICO

Programming Languages

javascript
184084 projects - #8 most used programming language

to-ico-cli Build Status

Convert PNG to ICO

Install

$ npm install --global to-ico-cli

Usage

$ to-ico --help

  Usage
    $ to-ico <input> ... > favicon.ico
    $ cat <input> | to-ico > favicon.ico

  Example
    $ to-ico unicorn-16x16.png unicorn-32x32.png > favicon.ico
    $ cat unicorn-32x32.png | to-ico > favicon.ico

Related

  • to-ico - API for this module

License

MIT © Kevin Martensson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].