From f37939ec27125486aca49c5aace2ee9c53a00457 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Mon, 5 Jul 2021 16:52:34 +0200 Subject: [PATCH] removed image options as I'm adding it myself --- src/pages/Generator.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/Generator.js b/src/pages/Generator.js index 394150f..edc31a7 100644 --- a/src/pages/Generator.js +++ b/src/pages/Generator.js @@ -21,11 +21,6 @@ const qrCode = new QRCodeStyling({ backgroundOptions: { color: '#ffffff', }, - imageOptions: { - crossOrigin: 'anonymous', - margin: 0, - imageSize: 0.4, - }, margin: 50, qrOptions: { errorCorrectionLevel: 'M',