ember-qr-scanner:Ember.js的QR码扫描仪组件

时间:2024-06-05 16:04:41
【文件属性】:

文件名称:ember-qr-scanner:Ember.js的QR码扫描仪组件

文件大小:45KB

文件格式:ZIP

更新时间:2024-06-05 16:04:41

JavaScript

ember-qr-scanner 适用于扫描程序组件。 演示: : 安装 ember install ember-qr-scanner 用法 {{ qr-scanner onSuccess = ( action ( mut result )) onError = ( action ( mut error )) }} qr-scanner组件将创建一个显示当前相机流的 。 将组件添加到模板后,它将自动请求用户许可以使用相机。 如果无法获取摄像机流或当前视频帧的扫描未生成QR码,则将调用onError回调。 在第二种情况下, ScanError实例将传递给回调(可通过import { ScanError } from 'ember-qr-scanner'; )。 您可以使用import { isSupported } from 'ember-qr-scanne


【文件预览】:
ember-qr-scanner-master
----.travis.yml(758B)
----.ember-cli(280B)
----ember-cli-build.js(527B)
----vendor()
--------shims()
--------.gitkeep(0B)
--------jsqrcode.js(108KB)
----addon()
--------index.js(2KB)
--------components()
--------.gitkeep(0B)
----config()
--------ember-try.js(946B)
--------environment.js(111B)
----index.js(204B)
----.watchmanconfig(37B)
----package.json(2KB)
----.bowerrc(60B)
----tests()
--------test-helper.js(112B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------.jshintrc(831B)
--------helpers()
----app()
--------components()
--------.gitkeep(0B)
----testem.js(237B)
----LICENSE.md(1KB)
----.gitignore(247B)
----README.md(2KB)
----.jshintrc(518B)
----bower.json(154B)
----.editorconfig(368B)

网友评论