Skip to main content
Deno 2 is finally here 🎉️
Learn more

Faviconize

What’s this

Generates necessary files for favicon from single .png or .svg, following the article written by Andrey Sitnik.

Usage

You need deno command installed on your machine.

deno run --unstable --allow-read --allow-write --allow-ffi \
  "https://deno.land/x/faviconize/cmd.ts" \
  -i "path/to/icon.<svg or png>" \
  -o "path/to/outdir/"

.svg and .png are supported as the input format.