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

Getting module size of generated QR Code #86

Open
seicke opened this issue Oct 15, 2024 · 1 comment
Open

Getting module size of generated QR Code #86

seicke opened this issue Oct 15, 2024 · 1 comment

Comments

@seicke
Copy link

seicke commented Oct 15, 2024

Dear @scopewu,

thanks a lot for your solution to generate QR Codes in vue.

Do you see a possibility to get the module size of a generated QR Code? Is there some kind of getting method or the like?

Background: I would like to generate IEC 61406 compliant QR Codes (QR code with a special edge, example / example2). The edge depends on the module size.

Thanks in adavance and best regards!
Sebastian

@scopewu
Copy link
Owner

scopewu commented Oct 15, 2024

Hi,
QrcodVue is built based on QR-Code-generator.

If you mean getting QR Code modules Array<Array<boolean>> , you can refer to QR-Code-generator directly and build the generated code. QR-Code-generator supports multiple languages.

Thanks, have a good day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants