#favicon #generating #web-app #icon

bin+lib favicon-generator

It helps you generate favicons with different formats and sizes

25 releases

0.3.18 Nov 2, 2022
0.3.17 Jul 22, 2022
0.3.16 Mar 17, 2022
0.3.14 Sep 19, 2021
0.3.0 May 31, 2019

#1310 in Command line utilities

Download history 5/week @ 2022-11-25 4/week @ 2022-12-02 4/week @ 2022-12-09 26/week @ 2022-12-16 2/week @ 2022-12-23 1/week @ 2022-12-30 2/week @ 2023-01-06 6/week @ 2023-01-13 15/week @ 2023-01-20 10/week @ 2023-01-27 75/week @ 2023-02-03 38/week @ 2023-02-10 59/week @ 2023-02-17 1/week @ 2023-02-24 2/week @ 2023-03-03 4/week @ 2023-03-10

82 downloads per month

MIT license

24KB
473 lines

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] <INPUT_PATH> <OUTPUT_PATH>

ARGS:
    <INPUT_PATH>     Assign an image for generating favicons. It should be a path of a file
    <OUTPUT_PATH>    Assign a destination of your generated files. It should be a path of a directory

OPTIONS:
    -y, --overwrite                               Overwrite exiting files without asking
        --potrace-path <POTRACE_PATH>             Specify the path of your potrace executable binary file [default: potrace]
        --path-prefix <PATH_PREFIX>               Specify the path prefix of your favicon files [default: /]
    -t, --threshold <FLOATING_VALUE>              The black/white cutoff in input file [default: 0.5]
        --no-sharpen                              Disable the automatic sharpening
        --app-name <NAME>                         Assign a name for your web app
        --app-short-name <NAME>                   Assign a short name for your web app
        --background-color <HEX_COLOR>            Force to assign a background color for all devices [aliases: background]
        --android-background-color <HEX_COLOR>    Assign a background color for Android devices [default: #ffffff] [aliases: android-background]
        --ios-background-color <HEX_COLOR>        Assign a background color for iOS devices [default: #ffffff] [aliases: ios-background]
        --safari-background-color <HEX_COLOR>     Assign a background color for Safari [default: #000000] [aliases: safari-background]
        --windows-background-color <HEX_COLOR>    Assign a background color for Windows devices [default: #ffffff] [aliases: windows-background]
    -h, --help                                    Print help information
    -V, --version                                 Print version information

License

MIT

Dependencies

~9–17MB
~323K SLoC