BarcodeScannerPlugin
2023年8月11日
- Plugin
BarcodeScannerPlugin是一个实现了条码解码接口;
import { barcodeScannerPlugin } from "@plaoc/plugins";
barcodeScannerPlugin.process(blob)
属性
- 无
方法 Method
BarcodeScannerPlugin.process()
解析条码的方法;
停止解析条码;
事件 Event
- 无
平台兼容性
| 属性/方法/事件 | Android | IOS | Desktop-Dev | Desktop |
|---|---|---|---|---|
| process | ✅ | ✅ | ✅ | ✅ |
| stop | ✅ | ✅ | ✅ | ✅ |
| getSupportedFormats | ✅ | ✅ | ✅ | ✅ |
相关链接
Powered by Waline v2.13.0