Skip to content

ondras/emojimage

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit 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.