https://github.com/kevva/to-ico-cli
Convert PNG to ICO
https://github.com/kevva/to-ico-cli
Last synced: 25 days ago
JSON representation
Convert PNG to ICO
- Host: GitHub
- URL: https://github.com/kevva/to-ico-cli
- Owner: kevva
- License: mit
- Created: 2016-08-23T18:03:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T11:22:03.000Z (over 8 years ago)
- Last Synced: 2025-03-18T06:54:05.592Z (27 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 43
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- jimsghstars - kevva/to-ico-cli - Convert PNG to ICO (JavaScript)
README
# to-ico-cli [](https://travis-ci.org/kevva/to-ico-cli)
> Convert PNG to ICO
## Install
```
$ npm install --global to-ico-cli
```## Usage
```
$ to-ico --helpUsage
$ to-ico ... > favicon.ico
$ cat | to-ico > favicon.icoExample
$ to-ico unicorn-16x16.png unicorn-32x32.png > favicon.ico
$ cat unicorn-32x32.png | to-ico > favicon.ico
```## Related
* [to-ico](https://github.com/kevva/to-ico) - API for this module
## License
MIT © [Kevin Martensson](https://github.com/kevva)