1.0.0 • Published 9 years ago

emojinize v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

Emojinize

This module is string to emoji convert module using gemoji dictionary.

Installation

$ npm install emojinize

Usage

> const emojinize = require("emojinize");
undefined

> emojinize.encode(":+1:");
"👍"
1.0.0

9 years ago