Crates.io | favicon-generator |
lib.rs | favicon-generator |
version | 0.4.3 |
source | src |
created_at | 2019-05-28 21:13:11.803179 |
updated_at | 2024-08-11 13:03:17.301785 |
description | It helps you generate favicons with different formats and sizes. |
homepage | https://magiclen.org/favicon-generator |
repository | https://github.com/magiclen/favicon-generator |
max_upload_size | |
id | 137572 |
size | 54,805 |
It helps you generate favicons with different formats and sizes.
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