Closed g0dkar closed 7 months ago
@g0dkar I merged this PR to the forked repo , tested and confirm that the following issue has been fixed:
Thanks ❤️
Peeps, I'll merge this PR then I'll work on the iOS issues. I'm having a hard time setting up my MacOS environment =/
This version is still in WIP stage.
Added:
withErrorCorrectionLevel()
toQRCodeBuilder
to allow setting an ECL for the QR CodewithMinimumInformationDensity()
toQRCodeBuilder
to allow setting the minimum level of density of the QR Code (can be thought of as "how many squares should we use for a QR Code of a single character?" - lower value = fewer squares)errorCorrectionLevel
to theQRCode
class constructorminTypeNum
to theQRCode
class constructor (the "information density" above)Fixed: