ealush / emoji-picker-react

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

emoji.length is 5 for some emojies and 2 for some #377

Open dhananjay0610 opened 7 months ago

dhananjay0610 commented 7 months ago

if we print emoji.length, then it is givin output as 2 for 😃 but for imojis like 🕵️ it gives 5. Thus if we want to check if there is only 1 emoji in input box, then how can we check , initially we thought of checking using emoji.length

felixfbecker commented 7 months ago

new Intl.Segmenter({ granularity: "grapheme" }).segment() should work