Skip to content

对jquery.qrcode.js插件进行二次开发,支持二维码添加LOGO和转为PNG格式保存

Notifications You must be signed in to change notification settings

Dantyli/jquery.qrcode.js-addLOGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

插件调用方法:
$("#qrcode").qrcode({
  width: 200,
  height: 200,
  text: "支持汉字展示", //内容
  typeNumber: 1, //计算模式
  correctLevel: 2, //二维码纠错级别
  background: "#ffffff", //背景颜色
  foreground: "#000000", //二维码颜色
  src: 'img/dantyli.png', //logo图片
  toImg: false //是否转化为图片,默认为false
});
基于此插件的二维码生成器

About

对jquery.qrcode.js插件进行二次开发,支持二维码添加LOGO和转为PNG格式保存

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published