emoji-alphabet

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i emoji-alphabet

Weekly Downloads

4

Version

1.0.3

License

MIT

Last publish

Collaborators

  • andrewray