Convert regular text to emojis. ππ»
npm install mojify
Run the mojify.js from where you have it installed.
./mojify.js 'I like this package more then you'
Result:
I π©ββ€οΈβπβπ© this π¦ β then π
var mojify = require('mojify');
console.log(mojify.convert('I like this package more then you')); //I π©ββ€οΈβπβπ© this π¦ β then π