translate-emoji
You know how sometimes you read English and it has all these non-word characters (emoji)? Yeah, translate-emoji
fixes that.
Install
npm install translate-emoji
Usage
var translateEmoji = testString; testString = '📰 I had a nice day at work! 👩'; console;// (newspaper) I had a nice day at work! (woman) console;// I had a nice day at work! console;// true
Thanks
A good portion of this is powered by emojilib, a magical json file of emoji names and keywords y'all should use in all your projects.