Skip to content

API to provide images for favicons using emojis and characters.

Notifications You must be signed in to change notification settings

ayame113/favi.deno.dev

Repository files navigation

favi.deno.dev

codecov

Source code for favi.deno.dev.

API to provide images for favicons using emojis and characters.

develop

> deno task start

How it works

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

lighthouse

About

API to provide images for favicons using emojis and characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published