Skip to content

sudo-vaibhav/emoji-uuid

Repository files navigation

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

About

A simple uuid to emoji encoder and decoder

Resources

License

Stars

Watchers

Forks

Packages

No packages published