Skip to content
/ favmoji Public

use emojis (twemoji) as favicon in your project using link tags

License

Notifications You must be signed in to change notification settings

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.