You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check a character if it is a correctly supported emoji.
Install
$ npm i if-emoji
Usage
importifEmojifrom'if-emoji'ifEmoji('蛤')// => falseifEmoji('🐸')// => If your system / browser supports this emoji character correctly, the returned value will be true.
About
Check a character if it is a correctly supported emoji.