Package Exports
- emojilib
- emojilib/emojis.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (emojilib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
📖 emojilib

Emoji keyword library.
Install
🐦 Bower

bower install emojilib📦 NPM

npm install emojilib --saveUsage
> var emoji = require("emojilib")
> emoji.lib
{
"grinning": {
"keywords": ["face", "smile", "happy", "joy"],
"char": "😀",
"fitzpatrick_scale": false,
"category": "people"
},
"grin": {
"keywords": ["face", "happy", "smile", "joy"],
"char": "😁",
"fitzpatrick_scale": false,
"category": "people"
},
...
}
> emoji.ordered
[ 'grinning', 'grimacing', 'grin', 'joy', 'smiley', 'smile', 'sweat_smile', ...]
> emoji.fitzpatrick_scale_modifiers
[ '🏻', '🏼', '🏽', '🏾', '🏿' ]
> emoji.lib.v.fitzpatrick_scale
true
> emoji.lib.turtle.fitzpatrick_scale
false
> emoji.lib.v.char + emoji.fitzpatrick_scale_modifiers[4]
'✌🏿'🔌 Powered by emojilib
- Emoji Searcher – muan/emoji
- Megamoji – muan/megamoji
- Emoji-translate - notwaldorf/emoji-translate
- <emo-ji> Custom Element
- Menubar emoji search: Mojibar – muan/mojibar
- Emoji CLI – muan/emoji-cli
- Emoji Lookup for Launchbar – jasonrudolph/launchbar-emoji-lookup
- commemoji - martellaj/commemoji
- Emoji Stream – johnelliott/emoji-stream
- EmojiPanel for Twitter - danbovey/EmojiPanel
- mojibrag - notwaldorf/mojibrag
- Emoji Alfred Workflow - janclarin/emoji-alfred-workflow