ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
991 stars 166 forks source link

Feature Request: bundled data #416

Open githorse opened 1 month ago

githorse commented 1 month ago

This component is awesome, and does almost exactly what I need. However, the rival emoji-mart library has one killer feature: bundled data. I need this for a couple of reasons:

I realize I can use the getEmojiUrl feature to host my own CDN, which is very handy, but of course that will require backend work from my team as well that I'd prefer to avoid.

Any chance this bundled data feature is on the roadmap?