Skip to content

ondras/emojimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.