I have grabbed "literally every emoji" from a Reddit post
What I want to do is paste the raw emoji into VSCode, and transform this into a json file. So, I'd like to have every single emoji lined up like this:
{ "😀","😃","😁","🤭"... }
etc. x all emoji (there are 2231 of them).
I've tried: https://github.com/foliojs/grapheme-breaker
I've also tried to (split) using JS and that also doesn't seem to work. It seems to only take characters from the keyboard.
I've also tried finding the proper Regex to isolate a single emoji, but I don't seem to be coming up with a solution.
My expected result is to build a .json file with every emoji, so I can randomize them in an app.