Change QR background to "not-white"

This commit is contained in:
JonnyWong16 2021-08-19 11:35:25 -07:00
commit 9bfcde3abb
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 10 additions and 3 deletions

View file

@ -94,7 +94,8 @@ DOCUMENTATION :: END
render: 'canvas',
ecLevel: 'H',
size: 256,
fill: '#000'
fill: '#000',
back: '#eee'
});
}