We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for this awesome library!
We've faced a situation with strings only made of emojis.
Actual behavior
limax('😵️') === ''
Expected behavior
// Replace by emoji name limax('😵️') === 'dizzy_face' // Or by emoji code (as when pasted as an URL in the browser) limax('😵️') === 'xn--w38h'
The text was updated successfully, but these errors were encountered:
Hi, did you see #31?
Sorry, something went wrong.
Hi @lovell, thanks for the reference. Don't you think that would be a nice addition to limax core?
limax
Yes, happy to accept a PR if you're able.
No branches or pull requests
Hi, thanks for this awesome library!
We've faced a situation with strings only made of emojis.
Actual behavior
Expected behavior
The text was updated successfully, but these errors were encountered: