Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 289 Bytes

you can use this worker to set emoji favicons for your web app easily using <link/> or <meta/> tags.

example -

...
<head>
    <link rel="icon" href="https://fmj.asrvd.me/😂"/> 
</head>
...

it converts the emoji passed as query to twemoji and sends it as svg response.