app-ico
- Favicon files generator using the RealFaviconGenerator API and simplified configuration.
- Provides Node API and CLI
Usage
Create a configuration js file like appico.config.js
(see example and configuration readme).
Usage Node API
let config = ;let createIcons = ; ;
Usage CLI
app-ico
Will look for appico.config.js in the root directory by default.app-ico -c config/favicon.config
will look for config/appico.config.js- in package.json e. g.: