favicon-generator 0.4.1

It helps you generate favicons with different formats and sizes.
docs.rs failed to build favicon-generator-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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
        --path-prefix <PATH_PREFIX>          Specify the path prefix of your favicon files [default: /]
        --no-sharpen                         Disable the automatic sharpening
        --app-name <APP_NAME>                Assign a name for your web app [default: App]
        --app-short-name <APP_SHORT_NAME>    Assign a short name for your web app
    -h, --help                               Print help information
    -V, --version                            Print version information

License

MIT