Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

emojimage

A two-line shell script CGI to convert emoji into a SVG image – suitable for favicons. Based on a tweet by Lea Verou.

Usage

Note: emojimage.deno.dev is a development endpoint; its stability is not guaranteed.

<link rel="icon" href="https://emojimage.deno.dev/😃" />

<link rel="icon" href="https://emojimage.deno.dev/🎵" />

<link rel="icon" href="https://emojimage.deno.dev/🥓" />

...you got the idea

Installation

Apache

AddHandler cgi-script .cgi
RewriteEngine On
RewriteRule .* /emojimage.cgi [L]

Other web servers

I have no idea! Please share your configs.