GenerateQRCode.mjs: set default margin to 4 modules

This commit is contained in:
MikeCAT 2022-10-27 20:02:49 +09:00
parent ed8bd34915
commit fa30f597ad
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class GenerateQRCode extends Operation {
{
"name": "Margin (num modules)",
"type": "number",
"value": 2,
"value": 4,
"min": 0
},
{