kevinfaveri/vue-twemoji-picker

How to use EmojiService

TRiBotWillB opened this issue · 0 comments

Is there a way I can use the EmojiService to convert the unicode to an image on the client side?

I cant pass the whole image element to server and send to all users since it would be a security issue, the image needs to be parsed on the client side.

Thanks!