Skip to content

asrvd/favmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.