- 一个二维码生成、扫码、识别工具
- 基于jQuery、Jimp、jsQR、QRCode
- 在线使用地址1:https://icedwatermelonjuice.github.io/QRcode-Tool/
- 在线使用地址2:https://gem-qr.rth1.one
- 可附加在url后的参数:
key | value |
---|---|
darkmode | true:黑色模式 false:亮色模式 auto:跟随系统 |
mode | create:二维码生成页面 reader:二维码识别页面 scan:扫一扫页面 |
url | 已经被"encodeURIComponent()"处理过的URL完整链接 |
autoJump | true:识别到内容是URL时自动跳转 false:不自动跳转 |
autoClose | true:URL跳转后自动关闭本页面 false:不关闭页面 |