-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export emoji data #349
Comments
Another solution could be removing emoji data from the index entry point) That would work as well) |
Piggy backing off of this bc i was looking for something similar. If this was implemented i could implement the search myself but it would be even better for my use case if there was a way to search for an emoji to validate it's renderable. Example below.
Alternatively a fallback option would also be nice.
Forgive me if there's an existing solution to this just started using the library. |
Seconding this request for the exact same usecase |
Hello! Is there a chance you could export emoji data from
src/data/emojis.ts
? I would like to use it to show emoji popup when typing:
character.Currently, I'm importing a json directly from the package but it leads to duplication and my bundle contains 2 copies of emoji data. That increases bundle size a lot.
Would be really nice to use the exported version so I could get rid of the duplicates)
The text was updated successfully, but these errors were encountered: