DCzajkowski / vue-emoji-picker

Very simple, yet powerful, vue emoji picker 🎉🔥🚀
MIT License
332 stars 49 forks source link

How to get list of emojis outside the component? #30

Closed trd-warren closed 2 years ago

trd-warren commented 2 years ago

I'm currently working on a feature in which I used the EmojiPicker as a message reaction. Instead of saving the actual emoji to DB, I wanted the save the emojiName.

How can get the list of emojis outside the component? I wanted to display the emoji in other element using the emojiName

DCzajkowski commented 2 years ago

Hello, I don't think it's possible, currently the way I bundle the package. You could fetch it from the package's src/ directory, however.