1.0.7 • Published 3 years ago

emoji-uuid v1.0.7

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

emoji-uuid

A simple uuid to emoji encoder and decoder

Installation

npm install emoji-uuid

To use encoding and decoding:

import { encode, decode } from 'emoji-uuid';
console.log(encode('uuid-goes-here')); //prints "🤐🤐😚🥰🍑😘😝😍🤫🍑😗😍🤭😍"
console.log(decode('🤐🤐😚🥰🍑😘😝😍🤫🍑😗😍🤭😍')); //prints "uuid-goes-here"

Demo

you can also try the this utility without having to install it by accessing a NodeJS API here Instructions to use this API can be found at https://github.com/sudo-vaibhav/emoji-uuid-api

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago