Files
zoff/server/node_modules/emoji-strip/node_modules/gemoji/Readme.md
Kasper Rynning-Tønnesen 6f20b1285e Trying to fix pinned posts
2015-11-13 23:40:14 +01:00

1.0 KiB
Executable File

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