1.0.2 • Published 10 years ago

emoji-named-characters v1.0.2

Weekly downloads
978
License
MIT
Repository
github
Last release
10 years ago

#emoji-named-characters.js

NPM

A mapping of emoji names to their characters, as well as images.

What is this?

Two things:

  1. A list of all emojis by name and a directory of images from emoji-cheat-sheet.com. This was very easy and I took the idea of scraping hassankhan/emojify.js from henrikjoreteg/emoji-images.js.

  2. A mapping of all of those names to actual emoji characters. This was a little more difficult. If you look in the dev/ directory, you'll see some tools I used to achieve this.

What is provides

Support for browserify, amd, or a browser global. You will get an object with all the emojis. The keys are the names and each value looks like:

chicken: {
    character: '🐔',
    syllables: 2,
    type: ['noun', 'adjective']
}

Install

Grab it here or on npm:

npm install emoji-named-characters

Missing Emoji Characters

bowtie feelsgood finnadie fu goberserk godmode hurtrealbad metal neckbeard octocat rage1 rage2 rage3 rage4 shipit squirrel suspect trollface

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago