forPelevin / gomoji

Helpful functions to work with emoji in Golang
MIT License
190 stars 28 forks source link

Skintone support #6

Closed AkinAD closed 2 years ago

AkinAD commented 2 years ago
    gomoji.ContainsEmoji(👍🏿) 

returns false

while

    gomoji.ContainsEmoji(👍) 

is true. I can open a PR to fix this but i see your emoji's are generated by some generator.go file that is not included in this Repo @forPelevin

AkinAD commented 2 years ago

Not sure of where you source emoji's from, but this could be useful https://unicode.org/Public/emoji/14.0/emoji-test.txt

forPelevin commented 2 years ago

Hey,

Thanks for the info. I've added support of skin tone emojis.