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.