Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

lukekarrys/emoji-named-characters

Repository files navigation

#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

About

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

Resources

Stars

Watchers

Forks

Packages