BarcodeScannerPlugin
Pluginbarcode-scannerLess than 1 minute
BarcodeScannerPlugin is a plugin that implements barcode scanning interfaces.
import { barcodeScannerPlugin } from "@plaoc/plugins";
barcodeScannerPlugin.process(blob);
Properties
- None
Methods
BarcodeScannerPlugin.process()
Decodes barcode data.
Stops barcode decoding.
Events
- None
Platform Compatibility
| Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
|---|---|---|---|---|
| process | ✅ | ✅ | ✅ | ✅ |
| stop | ✅ | ✅ | ✅ | ✅ |
| getSupportedFormats | ✅ | ✅ | ✅ | ✅ |
See Also
Powered by Waline v2.15.7