1
0
Fork 0
mirror of https://github.com/voltbonn/qrcode.volt.link.git synced 2024-06-24 06:50:59 +00:00

removed image options as I'm adding it myself

This commit is contained in:
thomasrosen 2021-07-05 16:52:34 +02:00
parent bbb44c1a55
commit f37939ec27

View file

@ -21,11 +21,6 @@ const qrCode = new QRCodeStyling({
backgroundOptions: {
color: '#ffffff',
},
imageOptions: {
crossOrigin: 'anonymous',
margin: 0,
imageSize: 0.4,
},
margin: 50,
qrOptions: {
errorCorrectionLevel: 'M',