Files
zoff/server/node_modules/emoji-strip/node_modules/gemoji
Kasper Rynning-Tønnesen 5b626696bd Added files
2015-07-07 21:44:09 +02:00
..
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00
2015-07-07 21:44:09 +02:00

gemoji Build Status Coverage Status

Named and unicode Gemoji.

Installation

npm:

$ npm install gemoji

Component:

$ component install wooorm/gemoji

Bower:

$ bower install gemoji

Usage

var gemoji = require('gemoji');

gemoji.name["cat"]; // "🐱"
gemoji.unicode["🐶"]; // "dog"
gemoji.unicode["\uD83D\uDCA9"]; // "poop"

Supported Gemoji

See Supported-Gemoji.md.

Data

The emoji list (./data/emoji.json) is crawled from github/gemoji. See its license for more information.

No images are included in this repository—the copyrighted material may or may not be available on the users computer.

License

MIT © Titus Wormer