1.0.0 • Published 8 years ago

emojinize v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 years ago