unicode-tr51 contains data extracted from the emoji-data.txt
file that is part of Unicode Technical Report #51. Specifically, the data lists all emoji symbols that lack a text equivalent.
This package enables an easy way of getting the list of all emoji symbols (in string or code point format) in your JavaScript build scripts.
Via npm:
npm install unicode-tr51
In Node.js:
var emojiCodePoints = require('unicode-tr51/code-points');
var emojiSymbols = require('unicode-tr51/symbols');
Mathias Bynens |
unicode-tr51 is available under the MIT license.