mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
gemoji

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