You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: