emoji-name-map
Name to unicode emoji mapping.
:cloud: Installation
$ npm i --save emoji-name-map
:clipboard: Example
const name = require("emoji-name-map");
console.log(name.get("heart_eyes"));
console.log(name.get(":heart_eyes:"));
console.log(name.emoji);
:memo: Documentation
get(name)
Gets the emoji character (unicode) by providing the name.
Params
- String
name
: The emoji name.
Return
- String The emoji character (unicode).
:yum: How to contribute
Have an idea? Found a bug? See how to contribute.
:moneybag: Donations
Another way to support the development of my open-source modules is
to set up a recurring donation, via Patreon. :rocket:
PayPal donations are appreciated too! Each dollar helps.
Thanks! :heart:
: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