How to get a copy of (Dynamsoft Barcode Reader) Dbr JS deployable files (source code, etc.) ?
A copy of Dbr JS deployable files can be obtained using any of the methods mentioned below .
- Download the DBR-JS package from the Dynamsoft website or from the Dynamsoft Customer Portal (Download Products tab on the left hand side)
- Install the library via
npm
version 10
you will need to install dependencies along with the barcode reader sdk dynamsoft-barcode-reader, dynamsoft-camera-enhancer dynamsoft-capture-vision-router, dynamsoft-core, dynamsoft-license, dynamsoft-utility,
version 9
* `npm install dynamsoft-javascript-barcode --save`
- Install the library via
yarn
yarn add dynamsoft-javascript-barcode