Update qr.show.vue

This commit is contained in:
syuilo 2025-09-15 17:31:16 +09:00
parent bd44a565a7
commit 2699839144
1 changed files with 7 additions and 0 deletions

View File

@ -78,8 +78,15 @@ const qrCodeInstance = new QRCodeStyling({
crossOrigin: 'anonymous',
},
dotsOptions: {
type: 'dots',
color: tinycolor(`hsl(${qrHsl.value.h}, 100, 18)`).toRgbString(),
},
cornersDotOptions: {
type: 'dot',
},
cornersSquareOptions: {
type: 'extra-rounded',
},
backgroundOptions: {
color: tinycolor(`hsl(${qrHsl.value.h}, 100, 97)`).toRgbString(),
},