iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.55k stars 301 forks source link

accessing the actual emojis from the json file #220

Closed juls0730 closed 7 months ago

juls0730 commented 1 year ago

Hello, recently I've been building a simple little emoji picker and being able to return the actualy emoji i just picked, is proving to be very hard if not impossible, so I was wondering if it's possible to include the raw emoji in the json file.

kindly, Juls07

iamcal commented 7 months ago

A full set of 64px images is about 37MB at the moment, so that would make a huge JSON files.

It's possible to do this yourself, but I won't be adding it to the repo.

juls0730 commented 7 months ago

@iamcal Oh, if I knew I still had this opened, I would've closed it long ago. I eventually wrote a Python script to scrap the emojis off that table in the HTM file, which was huge. I sincerely apologize for wasting your time, thank you for your response.

iamcal commented 7 months ago

No worries at all - sorry it took me a year to reply!

juls0730 commented 7 months ago

no worries lol