Command line utility for creating favicons from a PNG image.
Create a directory of favicons to be used on your site.
shell
favocon icon.png -o outdir/
The icon you provide as input must be square.
Favocon is available through Cargo.
cargo install favocon
favocon
binary will be installed into $CARGO_HOME/.bin/favocon
. This
should be in your PATH
already if you're using rustup.shell
cargo build
cargo run
.shell
cargo run -- icon.png -o outdir