Skip to content
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

Add RFC9285 base45 support and more options. #15

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Commits on Jun 22, 2024

  1. Add RFC9285 base45 support and more options.

    - Add RFC9285 base45 support for more efficient encoding than base32.
      - Defaulting to base32 until the next major release.
    - More `toQrCode` options available:
      - `qrMultibaseEncoding`: Encoding for QR data. `B` for base32, `R` for
        base45. base45 is more efficient. Defaults to base32.
      - `qrErrorCorrectionLevel`: Error correction level used in the QR
        code. 'L' Low 7%, 'M' Medium 15%, 'Q' Qartile 25%, 'H' High 30%.
        Defaults to 'L'.
      - `qrVersion`: QR version. 1-40 or 0 for auto. Defaults to auto.
    davidlehn committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4a65669 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix typo.

    davidlehn committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9d6cd19 View commit details
    Browse the repository at this point in the history