mirror of
https://github.com/siv-org/siv.git
synced 2026-01-09 10:27:57 -05:00
Conventions: Add 'VOTE' to center of QRs
This commit is contained in:
BIN
public/VOTE.png
Normal file
BIN
public/VOTE.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user