Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 787 Bytes

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
Loading
  • 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