Skip to content

kevva/to-ico-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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