Emoji Hash Function. Fork of https://github.com/earobinson/hash-emoji but without country flag emoji.
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.