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

turned of experimental as I dunno what it does

This commit is contained in:
thomasrosen 2021-07-05 16:52:54 +02:00
parent f37939ec27
commit 725e7b9576

View file

@ -9,7 +9,7 @@ import QRCodeStyling from 'qr-code-styling'
const size = 1000
const qrCode = new QRCodeStyling({
experimental: true,
experimental: false,
width: size,
height: size,
type: 'svg',