1.0.3 • Published 8 years ago

emoji-alphabet v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Emoji Alphabet

A mapping from plain text characters to their pseudo-Emoji equivalents.

Usage

You can look up alphabet characters (including punctuation):

var alphabet = require('emoji-alphabet').alphabet;
var a = alphabet['A']; // Emoji "A" symbol

Or whole words (where available):

var compounds = require('emoji-alphabet').compounds;
var cool = alphabet['COOL']; // Emoji "COOL" symbol

Where multiple Emojis are available, the result will be an array with the options listed from most popular to least popular.

Alphabet

The alphabet looks something like this:

Alphabet Emoji Screenshot