emoji-unicode-map
Unicode to name emoji mapping.
Installation
$ npm i --save emoji-unicode-map
Example
const unicode = require("emoji-unicode-map");
console.log(unicode.get("😍"));
console.log(unicode.emoji);
Documentation
get(char)
Gets the emoji name, by providing the character.
Params
- String
char
: The emoji character.
Return
How to contribute
Have an idea? Found a bug? See how to contribute.
Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
License
MIT © Ionică Bizău