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
Currently we can't beautify punicode urls, like https://xn--vi8hl0c.ws/
https://xn--vi8hl0c.ws/
This could be done adding punycode or similar dependency: https://github.com/sindresorhus/normalize-url/blob/master/index.js#L112
but it's a little heavy (https://bundlephobia.com/[email protected]) so I want investigate and found a workaround first
The text was updated successfully, but these errors were encountered:
After investigate, using Tree shaking the size is like ~1.6kB, so that's okay.
Also, we can use it for all the text inside the card, not just the url.
Need to be implemented at nanoclamp first! microlinkhq/nanoclamp#11
Sorry, something went wrong.
No branches or pull requests
Currently we can't beautify punicode urls, like
https://xn--vi8hl0c.ws/
This could be done adding punycode or similar dependency:
https://github.com/sindresorhus/normalize-url/blob/master/index.js#L112
but it's a little heavy (https://bundlephobia.com/[email protected]) so I want investigate and found a workaround first
The text was updated successfully, but these errors were encountered: