Skip to content

Michael-J-Scofield/mojify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ˜€

About

Converts text to emojis πŸ‘ŒπŸ»

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published