ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.04k stars 171 forks source link

Enable/disable images as source for emojis #362

Closed scottroot closed 11 months ago

scottroot commented 11 months ago

How can I disable pulling images to show the emoji and just show the emoji. On some media-heavy pages this picker takes a long long time to load.

ealush commented 11 months ago

Use emojiStyle="NATIVE"

scottroot commented 11 months ago

🙏