Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 545 Bytes

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'
});