emoji-replace

1.0.1 • Public • Published

emoji-replace

Replace text-based emoticons with emojis

Start with NPM: npm install --save emoji-replace

 
var emoji_replace = require('emoji-replace');
 
//the string containing emoticons
var str = 'When a boy winks at you :girl: fear not, ;-) back and give him a broad :-)';
 
//now some emoji replacements.
var str = emoji_replace(str);
 
console.log(str); // >> When a boy winks at you � fear not, � back and give him a broad �
 
 

Package Sidebar

Install

npm i emoji-replace

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • nguru