balthazar / hashmoji

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hashmoji

Transform a string into an emoji representation

Supports 3360+ emojis per Unicode 13 spec.

Install

yarn add hashmoji

Usage

Consistent API on both node through the crypto module and browsers with Web Cryptography (not supported on IE 11 and Opera mini πŸ’©πŸ€£πŸ–•πŸ˜‚πŸ’¦πŸ‘ƒ)

const hashmoji = require('hashmoji')

await hashmoji('sushi')
πŸ•΄πŸΌ

await hashmoji('balthazar', 5)
πŸ‡ΉπŸ‡±πŸ‘΅πŸ»πŸšΆβ€β™‚οΈβ™‚οΈπŸš΄πŸ»β€β™‚οΈ
Mentions

Inspired by hash-emoji.

About


Languages

Language:JavaScript 100.0%