A VisionCamera Frame Processor Plugin to read barcodes using ZXingObjC
npm install vision-camera-plugin-zxingA VisionCamera Frame Processor Plugin to read barcodes using ZXingObjC
``sh`
npm install vision-camera-plugin-zxing
`js
import { multiply } from "vision-camera-plugin-zxing";
// ...
const result = await multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT