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
There are multiple improvements to make to payloads to reduce the number of chunks to scan, and possibly generate codes faster too.
base64
zstd
I include as part of this effort making payload size adjustable, so we can choose to have many small QR codes instead of a small number of big ones
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are multiple improvements to make to payloads to reduce the number of chunks to scan, and possibly generate codes faster too.
base64
encoding by using binary-mode QR codes, removing the 34% overhead.zstd
) to make payload smallerI include as part of this effort making payload size adjustable, so we can choose to have many small QR codes instead of a small number of big ones
The text was updated successfully, but these errors were encountered: