jm-david / emoji-mart-vue

One component to pick them all 👊🏼
https://jm-david.github.io/emoji-mart-vue
BSD 3-Clause "New" or "Revised" License
603 stars 82 forks source link

how do i get the emoji image? #57

Open mnce92 opened 5 years ago

mnce92 commented 5 years ago

For now, what i can get from picker component whenever i click on an emoji are:

{ colons: ":poultry_leg:" emoticons: Array(0) id: "poultry_leg" name: "Poultry Leg" native: "🍗" skin: null unified: "1f357" }

i dont see a way where i can retrieve the exact same emoji that i click in the object data returned.

tje3d commented 5 years ago

Exactly looking for same thing

dimer22zhc commented 5 years ago

i can i prevent native emoji

ghost commented 4 years ago

i can i prevent native emoji

setting native="false" in picker turn the picker emojies from native to apple/facebook... But we want same icon when we click on emoji in picker can you share screen shot/code