Update qr.show.vue
This commit is contained in:
parent
bd44a565a7
commit
2699839144
|
@ -78,8 +78,15 @@ const qrCodeInstance = new QRCodeStyling({
|
||||||
crossOrigin: 'anonymous',
|
crossOrigin: 'anonymous',
|
||||||
},
|
},
|
||||||
dotsOptions: {
|
dotsOptions: {
|
||||||
|
type: 'dots',
|
||||||
color: tinycolor(`hsl(${qrHsl.value.h}, 100, 18)`).toRgbString(),
|
color: tinycolor(`hsl(${qrHsl.value.h}, 100, 18)`).toRgbString(),
|
||||||
},
|
},
|
||||||
|
cornersDotOptions: {
|
||||||
|
type: 'dot',
|
||||||
|
},
|
||||||
|
cornersSquareOptions: {
|
||||||
|
type: 'extra-rounded',
|
||||||
|
},
|
||||||
backgroundOptions: {
|
backgroundOptions: {
|
||||||
color: tinycolor(`hsl(${qrHsl.value.h}, 100, 97)`).toRgbString(),
|
color: tinycolor(`hsl(${qrHsl.value.h}, 100, 97)`).toRgbString(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue