1.0.3 • Published 9 years ago
emoji-alphabet v1.0.3
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" symbolOr whole words (where available):
var compounds = require('emoji-alphabet').compounds;
var cool = alphabet['COOL']; // Emoji "COOL" symbolWhere 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:
