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 b43078d commit 71bd973Copy full SHA for 71bd973
readme.md
@@ -160,7 +160,7 @@ var qrcode = new QRCode(options);
160
/*
161
logo:"../demo/logo.png", // Relative address, relative to `easy.qrcode.min.js`
162
logo:"http://127.0.0.1:8020/easy-qrcodejs/demo/logo.png",
163
- logoWidth:80, // widht. default is automatic width
+ logoWidth:80, // width. default is automatic width
164
logoHeight:80 // height. default is automatic height
165
logoBackgroundColor:'#fffff', // Logo backgroud color, Invalid when `logBgTransparent` is true; default is '#ffffff'
166
logoBackgroundTransparent:false, // Whether use transparent image, default is false
0 commit comments