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
171 stars 34 forks source link

Change emoji source to avoid using 3rd party CDN #32

Closed itstimwhite closed 1 year ago

itstimwhite commented 1 year ago

Currently the emoji are being referenced from a CDN.

The CDN is throwing errors but either way we'd rather not be depending on a 3rd party CDN.

It would be great if we could install the referenced NPM package locally and change the source to that.

delowardev commented 1 year ago

Hi @itstimwhite you can use it from node modules, please check this one: https://codesandbox.io/s/heuristic-dewdney-kp971?file=/src/App.vue