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
This actually isn't a bug. In this instance, the QRCoder package is asking for the number of pixels per module. A module is one square in the QR code. So a setting of 2 generates a QR code approximately 120x120 pixels.
Using the WebSample project, I set the QRPixelsPerModule to 3 and ended up with an image 171x171.
When setting QRPixelsPerModule to 300 generates a image of 19500 x 19500
looks like a bug?
The text was updated successfully, but these errors were encountered: