emoji-codex

1.0.3 • Public • Published

emoji-codex

Converts shortcode emoji into their Unicode counterparts
Can be used with the shortcodes found here: http://www.emoji-cheat-sheet.com/

Usage

var codex = require("emoji-codex"); 

var string = "Hello! :relaxed:";

var translated = codex.translate(string);

Package Sidebar

Install

npm i emoji-codex

Weekly Downloads

6

Version

1.0.3

License

GPL-3.0

Last publish

Collaborators

  • entropyjs