File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " dbrjs-ts" ,
33 "version" : " 1.0.0" ,
44 "dependencies" : {
5+ "keillion-dynamsoft-javascript-barcode" : " 0.20200330.4" ,
56 "@types/node" : " ^13.9.8" ,
67 "typescript" : " ^3.8.3"
78 }
Original file line number Diff line number Diff line change 1- /// <reference path="../../.. /dist/dbr.reference.d.ts" />
1+ /// <reference path="./node_modules/keillion-dynamsoft-javascript-barcode /dist/dbr.reference.d.ts" />
22
33Dynamsoft . BarcodeReader . engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200330.4/dist/" ;
44// Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = {
1010 // plugins: [
1111 // new CopyPlugin([
1212 // {
13- // from: './node_modules/dynamsoft-javascript-barcode/dist',
13+ // from: './node_modules/keillion- dynamsoft-javascript-barcode/dist',
1414 // to: path.resolve(__dirname, 'dist'),
1515 // ignore: ['*.ts'],
1616 // }
You can’t perform that action at this time.
0 commit comments