4.0.0 • Published 4 years ago
qr-vision v4.0.0
qr-vision
A fast and efficient QR code scanner using mobile vision for Capacitor
Install
npm install qr-vision
npx cap syncAPI
start()
start() => anySet up preview and start scanning for qr codes.
Returns: any
stop()
stop() => anyDestroy preview and stop scanning for qr codes.
Returns: any
addListener(...)
addListener(eventName: 'qrVisionResult', listenerFunc: ScanResultListener) => Promise<PluginListenerHandle> & PluginListenerHandleAdd a listener for scan results
| Param | Type |
|---|---|
eventName | "qrVisionResult" |
listenerFunc | (event: ScanResult) => void |
Returns: any
removeAllListeners()
removeAllListeners() => anyRemove all the listeners that are attached to this plugin.
Returns: any
Interfaces
PluginListenerHandle
| Prop | Type |
|---|---|
remove | () => any |
4.0.0
4 years ago
0.0.20
4 years ago
0.0.10
5 years ago
0.0.11
5 years ago
0.0.12
5 years ago
0.0.13
5 years ago
0.0.14
5 years ago
0.0.15
4 years ago
0.0.9
5 years ago
0.0.16
4 years ago
0.0.8
5 years ago
0.0.18
4 years ago
0.0.19
4 years ago
0.0.5
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago