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