1.0.4 • Published 7 years ago

mojify v1.0.4

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

Mojify.js

Convert regular text to emojis. 👌🏻

Installation

npm install mojify

Usage

From the command line

Run the mojify.js from where you have it installed.

./mojify.js 'I like this package more then you'

Result:

I 👩‍❤️‍💋‍👩 this 📦 ➕ then 😀

As node.js module

var mojify = require('mojify');

console.log(mojify.convert('I like this package more then you')); //I 👩‍❤️‍💋‍👩 this 📦 ➕ then 😀
1.0.4

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago