fix(qr-generate): align default size to slider step boundary (1000px)

This commit is contained in:
Siddharth Kumar Sah
2026-04-13 10:07:27 +08:00
parent 73139e4313
commit 018fd943d8
+1 -1
View File
@@ -153,7 +153,7 @@ const DEFAULTS = {
logoSize: 0.4,
logoMargin: 5,
hideBackgroundDots: true,
size: 1024,
size: 1000,
errorCorrection: "Q" as ErrorCorrectionLevel,
downloadFormat: "png" as DownloadFormat,
};