delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
187 stars 37 forks source link

Consider using `unicode-emoji` as data source #70

Open AAllport opened 5 months ago

AAllport commented 5 months ago

Is your feature request related to a problem? Please describe. This is a fantastic package with a really nice UI. However, it seems to be missing a few emojis.

Describe the solution you'd like I am proposing swapping out the files in the data directory, to replace them with data generated directly from the Unicode team. For example, add Unicode-emoji as a dependency and use it since it re-generates whenever the consortium releases an update!

This way, dependabot will kindly let us know when new emoji are available