BarcodeScanner package for Fuse Open.
npm install fuse-barcodescanner
This will install the BarcodeScanner
library for Fuse SDK.
To use this library in your project, you must add
"BarcodeScanner"
to"Packages"
in your.unoproj
file.
You can play around with the included example app.
First, make sure dependencies are installed and our library is built.
npm install
npm run build
Then, issue one of the following commands to run the app on your desired platform.
npm run android
npm run ios
Android by default uses the
zbar
library. Alternatively build with-DZXING
to use thezxing
library
Please report an issue if you encounter a problem, or open a pull request if you make a patch.