This commit is contained in:
Tara Rostami
2024-04-01 10:38:22 +03:30
committed by GitHub
parent 684e777628
commit d759e09569
6 changed files with 64 additions and 10 deletions

View File

@@ -78,10 +78,13 @@
setQrCode(elmentId, content) {
new QRious({
element: document.querySelector('#' + elmentId),
size: 300,
size: 400,
value: content,
background: 'transparent',
foreground: 'black'
background: 'white',
backgroundAlpha: 0,
foreground: 'black',
padding: 2,
level: 'L'
});
},
genSubLink(subID) {