Source code for favi.deno.dev.
API to provide images for favicons using emojis and characters.
> deno task start
graph LR
A[Your Website] --> B[favi.deno.dev <br><br> Convert SVG to PNG] --> C["https://cdn.jsdelivr.net"]
C --Get emoji SVG--> B --provide PNG favicon--> A
- When accessed for the first time, a response is returned from CDN Edge (deno deploy). ─ about 300ms
- For the second and subsequent accesses, a response will be returned from the service worker. ─ about 100ms