1.0.3 • Published 10 years ago

emoji-codex v1.0.3

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
10 years ago

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);