Favicon Generator

CI

It helps you generate favicons with different formats and sizes.

Help

``` EXAMPLES: favicon-generator /path/to/image /path/to/folder # Uses /path/to/image to generate favicons into /path/to/folder

USAGE: favicon-generator [OPTIONS]

ARGS: Assigns an image for generating favicons. It should be a path of a file Assigns a destination of your generated files. It should be a path of a directory

OPTIONS: -y, --overwrite Overwrites exiting files without asking --potrace-path Specifies the path of your potrace executable binary file [default: potrace] --path-prefix Specifies the path prefix of your favicon files [default: /] -t, --threshold The black/white cutoff in input file [default: 0.5] --no-sharpen Disables the automatic sharpening --app-name Assigns a name for your web app --app-short-name Assigns a short name for your web app --background-color Forces to assign a background color for all devices [aliases: background] --android-background-color Assigns a background color for Android devices [default: #ffffff] [aliases: android-background] --ios-background-color Assigns a background color for iOS devices [default: #ffffff] [aliases: ios-background] --safari-background-color Assigns a background color for Safari [default: #000000] [aliases: safari-background] --windows-background-color Assigns a background color for Windows devices [default: #ffffff] [aliases: windows-background] -h, --help Print help information -V, --version Print version information ```

License

MIT