mirror of
https://github.com/Dantyli/jquery.qrcode.js-addLOGO.git
synced 2026-08-12 20:32:13 +08:00
Create README.md
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
插件调用方法:<br/>
|
||||
$("#qrcode").qrcode({<br/>
|
||||
width: 200,<br/>
|
||||
height: 200,<br/>
|
||||
text: "支持汉字展示", //内容<br/>
|
||||
typeNumber: 1, //计算模式<br/>
|
||||
correctLevel: 2, //二维码纠错级别<br/>
|
||||
background: "#ffffff", //背景颜色<br/>
|
||||
foreground: "#000000", //二维码颜色<br/>
|
||||
src: 'img/dantyli.png', //logo图片<br/>
|
||||
toImg: false //是否转化为图片,默认为false<br/>
|
||||
});<br>
|
||||
基于此插件的<a href="https://dantyli.github.io/jquery.qrcode.js-addLOGO/qrcode/qrcode.html">二维码生成器</a>
|
||||
Reference in New Issue
Block a user