Merge pull request from EdwinChua/patch-1

Updated example
This commit is contained in:
Ryan Day 2019-10-22 11:30:27 -07:00 committed by GitHub
commit 8f53c91db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -477,8 +477,11 @@ Callback function called on finish.
var opts = {
errorCorrectionLevel: 'H',
type: 'image/jpeg',
rendererOpts: {
quality: 0.3
quality: 0.3,
margin: 1,
color: {
dark:"#010599FF",
light:"#FFBF60FF"
}
}