Skip to content

Commit 6635b2e

Browse files
committed
Update readme
Update readme
1 parent e6ad724 commit 6635b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ var qrcode = new QRCode(canvas_object, options_object);
282282
| **logo** | N | String | `undefined` | support: Static Image Resources, Network Images(`http://`, `https://`, `ftp://`), Base64 Uri Data Images |
283283
| **logoWidth** | N | Number | `width/3.5` | Fixed logo width. |
284284
| **logoHeight** | N | Number | `height/3.5` | fixed logo height. |
285-
| **maxLogoWidth** | N | Number | `undefined` | Maximum logo width. if set will ignore `logoWidth` value. |
286-
| **maxLogoHeight** | N | Number | `undefined` | Maximum logo height. if set will ignore `logoHeight` value. |
285+
| **logoMaxWidth** | N | Number | `undefined` | Maximum logo width. if set will ignore `logoWidth` value. |
286+
| **logoMaxHeight** | N | Number | `undefined` | Maximum logo height. if set will ignore `logoHeight` value. |
287287
| **logoBackgroundTransparent** | N | Boolean | `false` | Whether the background transparent image(`PNG`) shows transparency. When `true`, `logoBackgroundColor` is invalid |
288288
| **logoBackgroundColor** | N | String | `#ffffff` | Set Background CSS Color when image background transparent. Valid when `logoBackgroundTransparent` is `false` |
289289
| Backgroud Image options| ---|--- |---|---|

0 commit comments

Comments
 (0)