kevinfaveri/vue-twemoji-picker

Can't change twemojiFolder except 72x72

rwaddin opened this issue · 1 comments

Halo,
i use vue v.2, how to change value folder except 72x72 ? i was try change to 16x16, 24x24 and many more, but result is 404.

  1. Can you tell me which folders can be used?
  2. I tried setting the width directly with css but it still didn't change the emojis size

thank's

I tried to put the css in App.vue and the emojis changed size

img.emoji {
    width: 18px;
}

thank's.