Skip to content

mayiyahei1992/jquery-qrcode-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-qrcode-plus

jquery-qrcode的基础上 增加 自定义

logo bleed radius shadow

$("#qrcode").qrcode({
  render: "canvas",
  text: "http://www.ganbare.top",
  width : "300", 
  height : "300", 
  background : "#fff",
  foreground : "#000", 
  src: '/logo.png',
  imgRadius:10,
  bleed:0.14,
  imgBorder:true,
  imgBorderColor:'#ffc107'
});