We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ec1fe commit dfefd69Copy full SHA for dfefd69
readme.md
@@ -165,7 +165,7 @@ var qrcode = new QRCode(options);
165
logo:"../demo/logo.png", // Relative address, relative to `easy.qrcode.min.js`
166
logo:"http://127.0.0.1:8020/easy-qrcodejs/demo/logo.png",
167
logoWidth:80, // width. default is automatic width
168
- logoHeight:80 // height. default is automatic height
+ logoHeight:80, // height. default is automatic height
169
logoBackgroundColor:'#fffff', // Logo backgroud color, Invalid when `logBgTransparent` is true; default is '#ffffff'
170
logoBackgroundTransparent:false, // Whether use transparent image, default is false
171
*/
0 commit comments