4 releases (breaking)
0.5.0 | Jan 9, 2024 |
---|---|
0.4.0 | Jun 21, 2023 |
0.3.0 | Jul 14, 2022 |
0.2.0 | Jul 13, 2022 |
#1183 in Command line utilities
25 downloads per month
11KB
163 lines
Favicon
Introduction
A favicon image generation tool.
Install
cargo install favicon-rs
Usage
favicon -i <image.png> [output_path]
HTML Favicon
<head>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<!-- OR -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="192x192" href="android-chrome-192x192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="android-chrome-512x512.png" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
</head>
Dependencies
~6MB
~78K SLoC