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
有人在 deno 提供兼容: https://github.com/lowlighter/libs/blob/7e138809c4d645f7ed2411f32744b53c3ecde5b5/qrcode/mod.ts
还有一些更常见的, 但没有测试 deno 兼容性: https://github.com/papnkukn/qrcode-svg/blob/47d56ec28fcd0a3aabbb5f11a34167a02a80c54e/lib/qrcode.js
其实自己写一个都行:
string => Uint8Array
boolean[][]
目前最新的二维码规范为: https://www.iso.org/standard/62021.html (下载收费, 但可以通过标准名找到 PDF 版本)
The text was updated successfully, but these errors were encountered:
目前的这个库有个问题, 不支持更复杂的编码, 比如三字节的 emoji.
Sorry, something went wrong.
No branches or pull requests
有人在 deno 提供兼容: https://github.com/lowlighter/libs/blob/7e138809c4d645f7ed2411f32744b53c3ecde5b5/qrcode/mod.ts
还有一些更常见的, 但没有测试 deno 兼容性: https://github.com/papnkukn/qrcode-svg/blob/47d56ec28fcd0a3aabbb5f11a34167a02a80c54e/lib/qrcode.js
其实自己写一个都行:
string => Uint8Array
.boolean[][]
.目前最新的二维码规范为: https://www.iso.org/standard/62021.html (下载收费, 但可以通过标准名找到 PDF 版本)
The text was updated successfully, but these errors were encountered: