Updated example

Updated readme based on an issue I opened in .
This commit is contained in:
Edwin 2019-10-17 09:55:11 +08:00 committed by GitHub
parent 0b275a5136
commit ff3d175d29
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"
}
}