Open harvPrentiss opened 7 years ago
Where can I find a list of the supported emoji codes? I need to build an emoji keyboard for my app and need to know which emojis will be recognized. It seems most are but some are not.
It uses "node-emoji": "^1.5.1" internally so check out in this library what's available.
"node-emoji": "^1.5.1"
https://www.npmjs.com/package/node-emoji#adding-new-emoji
Where can I find a list of the supported emoji codes? I need to build an emoji keyboard for my app and need to know which emojis will be recognized. It seems most are but some are not.