fuse-barcodescanner
v1.0.0
Published
BarcodeScanner package for Fuse Open.
Downloads
11
Maintainers
Readme
fuse-barcodescanner
BarcodeScanner package for Fuse Open.
Install
npm install fuse-barcodescanner
This will install the BarcodeScanner
library for Fuse SDK.
Usage
To use this library in your project, you must add
"BarcodeScanner"
to"Packages"
in your.unoproj
file.
Example app
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
Contributing
Please report an issue if you encounter a problem, or open a pull request if you make a patch.