This commit is contained in:
2025-06-11 07:37:14 +02:00
parent 29e8287806
commit 0e303ccb6b
4 changed files with 92 additions and 2 deletions

View File

@@ -538,8 +538,8 @@ var QRCode;
height : 256,
typeNumber : 4,
colorDark : "#000000",
colorLight : "#ffffff",
correctLevel : QRErrorCorrectLevel.H
colorLight : "rgba(0,0,0,0)",
correctLevel : QRErrorCorrectLevel.M
};
if (typeof vOption === 'string') {