We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://docs.spmjs.io/arale-qrcode/latest/examples/ 你的示例中的第二个和第三个都很难扫出来,我自己做的时候,中间插入图片的话(size=200,imageSize =50),
var qrnode = new AraleQRCode({ render: 'canvas', correctLevel: 0, text: data.coupon.code, size: 200, image : 'http://img0.imgtn.bdimg.com/it/u=2803538676,3839002648&fm=21&gp=0.jpg', imageSize : 50 });
这样生成的二维码 如法扫描,但是imageSize改成30的话,就可以了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://docs.spmjs.io/arale-qrcode/latest/examples/ 你的示例中的第二个和第三个都很难扫出来,我自己做的时候,中间插入图片的话(size=200,imageSize =50),
这样生成的二维码 如法扫描,但是imageSize改成30的话,就可以了
The text was updated successfully, but these errors were encountered: