Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 443 Bytes

DOCUMENTATION.md

File metadata and controls

24 lines (14 loc) · 443 Bytes

Documentation

You can see below the API reference of this module.

emojiUnicode(input)

Get the unicode code of an emoji in base 16.

Params

  • String input: The emoji character.

Return

  • String The base 16 unicode code.

emojiunicode.raw(input)

Get the unicode code points of an emoji in base 16.

Params

  • String input: The emoji character.

Return

  • String The unicode code points.