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