favicon-generator

Crates.iofavicon-generator
lib.rsfavicon-generator
version0.4.2
sourcesrc
created_at2019-05-28 21:13:11.803179
updated_at2023-11-11 17:02:36.548365
descriptionIt helps you generate favicons with different formats and sizes.
homepagehttps://magiclen.org/favicon-generator
repositoryhttps://github.com/magiclen/favicon-generator
max_upload_size
id137572
size52,162
Magic Len (Ron Li) (magiclen)

documentation

README

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>

Arguments:
  <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
  -V, --version                          Print version

License

MIT

Commit count: 74

cargo fmt