Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huijiewei/yii2-jsqr
YII2 jsQR 二维码扫描扩展
https://github.com/huijiewei/yii2-jsqr
Last synced: 18 days ago
JSON representation
YII2 jsQR 二维码扫描扩展
- Host: GitHub
- URL: https://github.com/huijiewei/yii2-jsqr
- Owner: huijiewei
- Created: 2019-06-08T14:44:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T03:08:01.000Z (over 5 years ago)
- Last Synced: 2024-11-20T19:48:24.266Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YII2 jsQR 二维码扫描扩展
大部分浏览器需要开启 https 才可以正常使用,Firefox 可以不使用 https
同一二维码每5秒才会 callback 一次
演示地址:https://huijiewei.github.io/yii2-jsqr/
```php
= \huijiewei\jsqr\JsQrWidget::widget([
'id' => 'jsQR',
'callback' => 'function(code) { console.log(code); }'
]) ?>
```