mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(qr-generate): align default size to slider step boundary (1000px)
This commit is contained in:
@@ -153,7 +153,7 @@ const DEFAULTS = {
|
|||||||
logoSize: 0.4,
|
logoSize: 0.4,
|
||||||
logoMargin: 5,
|
logoMargin: 5,
|
||||||
hideBackgroundDots: true,
|
hideBackgroundDots: true,
|
||||||
size: 1024,
|
size: 1000,
|
||||||
errorCorrection: "Q" as ErrorCorrectionLevel,
|
errorCorrection: "Q" as ErrorCorrectionLevel,
|
||||||
downloadFormat: "png" as DownloadFormat,
|
downloadFormat: "png" as DownloadFormat,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user