-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect line breaks on multi-code point emoji #2
Comments
Thanks for reporting this! I'll need to investigate this further |
There are regexes that could recognize Emoji: |
@niklasvh this issue also affects html2canvas - rendering multipoint emojis is broken |
Merged
Little late to the party, but this was fixed in #2 (see https://jsfiddle.net/w6romb5n/1/) |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First off, thank you for this great library! On the issue: for example, the 👨👩👧👦emoji, which is represented by a sequence the four emoji code points and zero width joiners result in breaks for each of the emoji code points.
The text was updated successfully, but these errors were encountered: