@rivkesse/emoji-category-map

1.0.2 • Public • Published

emoji-unicode-map

PayPal AMA Version Downloads Get help on Codementor

Unicode to name emoji mapping.

☁️ Installation

$ npm i --save emoji-unicode-map

📋 Example

const unicode = require("emoji-unicode-map");

console.log(unicode.get("😍"));
// heart_eyes

console.log(unicode.emoji);
// { '💯': '100',
//   '🔢': '1234',
//   '😀': 'grinning',
//   '😬': 'grimacing',
//   '😁': 'grin',
//   '😂': 'joy',
//   ...
// }

📝 Documentation

get(char)

Gets the emoji name, by providing the character.

Params

  • String char: The emoji character.

Return

  • String The emoji name.

😋 How to contribute

Have an idea? Found a bug? See how to contribute.

📜 License

MIT © Ionică Bizău

Package Sidebar

Install

npm i @rivkesse/emoji-category-map

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • rivkesse