A simple uuid to emoji encoder and decoder
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"
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