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
Hey @omnidan - this is a cool lib and I'd like to contribute. Would you mind updating the readme to separate the implemented features from those still on the roadmap as a starting point.
I only checked the issues after some time debugging my usage to find why they were returning undefined.
Problem
I want to unemojify emojis that have modifiers (gender, color) but for some reason it doesn't even detect these as emojis.
Example
require('node-emoji').hasEmoji('🤦♂') => false
require('node-emoji').find('🤦♂') => undefined
Expected
require('node-emoji').hasEmoji('🤦♂') => true
require('node-emoji').find('🤦♂') => ":man_facepalming:"
The text was updated successfully, but these errors were encountered: