yeqown / go-qrcode

To help gophers generate QR Codes with customized styles, such as color, block size, block shape, and icon.
MIT License
567 stars 87 forks source link

Added new option to manage logo validation multiplier #71

Closed vsvp21 closed 2 years ago

vsvp21 commented 2 years ago

It is actually works fine with 2 * logoSize, camera scans QR easily and without any problems

yeqown commented 2 years ago

What about converting 2 * logoSize as N * logoSize, N can be controlled easilythe by user. And further, validLogoImage can be blocked by user @vsvp21

vsvp21 commented 2 years ago

Added new option to control this validation @yeqown