Conventions: Add 'VOTE' to center of QRs

This commit is contained in:
David Ernst
2024-05-02 15:53:46 -07:00
parent 08560a3bd2
commit 9d6e9199b7
2 changed files with 2 additions and 2 deletions

BIN
public/VOTE.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -5,8 +5,8 @@ const qrOptions: Options = {
cornersSquareOptions: { color: '#000000', type: 'square' },
dotsOptions: { type: 'classy-rounded' },
height: 111,
// image: '10cc19bd484118dbcd0a7886a38ceddc.png',
imageOptions: { hideBackgroundDots: true, imageSize: 0.4, margin: 0 },
image: '/VOTE.png',
imageOptions: { hideBackgroundDots: true, imageSize: 0.5, margin: 0 },
qrOptions: { errorCorrectionLevel: 'H' },
width: 111,
}