Feature Request: bundled data
githorse opened this issue · 0 comments
githorse commented
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:
- On less-than-perfect wifi, there is a very noticeable delay (up to several seconds, in some cases) on opening the picker. (This is mitigated by using the reactions quick menu.)
- For security reasons, my company requires that all external URLs hit by the app must be whitelisted. There's a hurdle I have to jump through to get something whitelisted. If I have an alternative (i.e. a picker with bundled data) I'll use that instead.
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?