You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,8 +283,8 @@ var qrcode = new QRCode(options);
283
283
|**logo**| N | String |`undefined`| Logo Image Path or Base64 encoded image. If use relative address, relative to `easy.qrcode.min.js`|
284
284
|**logoWidth**| N | Number |`width/3.5`| Fixed logo width. |
285
285
|**logoHeight**| N | Number |`height/3.5`| fixed logo height. |
286
-
|**maxLogoWidth**| N | Number |`undefined`| Maximum logo width. if set will ignore `logoWidth` value. |
287
-
|**maxLogoHeight**| N | Number |`undefined`| Maximum logo height. if set will ignore `logoHeight` value. |
286
+
|**logoMaxWidth**| N | Number |`undefined`| Maximum logo width. if set will ignore `logoWidth` value. |
287
+
|**logoMaxHeight**| N | Number |`undefined`| Maximum logo height. if set will ignore `logoHeight` value. |
288
288
|**logoBackgroundTransparent**| N | Boolean |`false`| Whether the background transparent image(`PNG`) shows transparency. When `true`, `logoBackgroundColor` is invalid |
289
289
|**logoBackgroundColor**| N | String |`#ffffff`| Set Background CSS Color when image background transparent. Valid when `logoBackgroundTransparent` is `false`|
0 commit comments