neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.54k stars 214 forks source link

Made padding option behave as a minimum instead of an absolute value. #135

Open Tumbler opened 1 year ago

Tumbler commented 1 year ago

Ignores the value when the default spacing is greater than the padding. This way the QR code can stay centered even when the padding option is applied.

Fixes Issue #123