Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 434 Bytes

DOCUMENTATION.md

File metadata and controls

24 lines (14 loc) · 434 Bytes

Documentation

You can see below the API reference of this module.

getName(unicodeChar)

Gets the name of the unicode emoji.

Params

  • String unicodeChar: The emoji unicode character.

Return

  • String The emoji name.

getUnicode(name)

Gets the unicode character by providing the emoji name.

Params

  • String name: The emoji name.

Return

  • String The emoji unicode character.