commit
8f53c91db0
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue