A website to make favicons from SVGs or PNGs/JPEGs.
Note
This version is now archived: due to lack of updates to the librsvg
npm module, I have switched to a rust-based version: see FileFormatInfo/favicon-rs
Go to favicon.fileformat.info and upload an .svg
or .png
file!
It is a simple node app. It takes the follow environment variables:
On my dev machine, the librsvg
npm module wouldn't compile until I installed the necessary native package:
apt-get install librsvg2-dev
Contributions are welcome! Please follow the standard Github Fork & Pull Request Workflow
See the to do list for a list of things that are planned.