0.0.4 • Published 7 years ago

hash-emoji v0.0.4

Weekly downloads
29
License
MIT
Repository
github
Last release
7 years ago

#⃣️😏 hash-emoji

Emoji Hash Function

Build Status npm version Dependency Status

Install

npm install hash-emoji --save

Usage

hash-emoji be used to generate an emoji hash based off of a string.

const hashEmoji = require('hash-emoji');

hashEmoji('Edward')
// => 🎃

Goals

  • To be able to generate simple Emoji representation for strings

Built with ❤️ by earobinson.