favocon

Crates.iofavocon
lib.rsfavocon
version1.1.0
sourcesrc
created_at2019-05-20 17:51:35.96372
updated_at2020-03-25 20:30:24.744793
descriptionCreate favicons from an image
homepagehttps://github.com/coffee-cup/favocon
repositoryhttps://github.com/coffee-cup/favocon
max_upload_size
id135668
size120,887
Jake Runzer (coffee-cup)

documentation

README

Favocon

CI crates.io badge

Command line utility for creating favicons from a PNG image.

favocon-gif

Commands

Create a directory of favicons to be used on your site.

favocon icon.png -o outdir/

The icon you provide as input must be square.

Installation

Favocon is available through Cargo.

  • Install Rust
  • cargo install favocon
  • The favocon binary will be installed into $CARGO_HOME/.bin/favocon. This should be in your PATH already if you're using rustup.

Building

  • Ensure you have the Rust toolchain installed.
  • Clone this repo and cd into the directory.
  • Build the project with Cargo.
cargo build
  • Run with cargo run.
cargo run -- icon.png -o outdir
Commit count: 41

cargo fmt