jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

Hi, is there a way to limit the available emojis in the picker? #27

Closed schwamster closed 7 years ago

schwamster commented 8 years ago

Hi, is there a way to limit the available emojis in the picker?

jasonpang commented 8 years ago

Hi,

I don't believe this is possible because the emojis you see in the picker are loaded from a spritesheet image of icons. jquery.emojiarea.js:251 might be where you want to start looking if you want to change this though.