Emoji Hash Function
npm install hash-emoji --save
hash-emoji be used to generate an emoji hash based off of a string.
const hashEmoji = require('hash-emoji');
hashEmoji('Edward')
// => 🎃
- To be able to generate simple Emoji representation for strings
Built with ❤️ by earobinson.