@@ -33,9 +33,9 @@ <h1>Hello World for ES6 (Decode via Camera)</h1>
3333 < script type ="importmap ">
3434 {
3535 "imports" : {
36- "dynamsoft-core" :
"https://cdn.jsdelivr.net/npm/[email protected] .30 /dist/core.mjs" , 36+ "dynamsoft-core" :
"https://cdn.jsdelivr.net/npm/[email protected] .31 /dist/core.mjs" , 3737 "dynamsoft-license" :
"https://cdn.jsdelivr.net/npm/[email protected] /dist/license.mjs" , 38- "@ dynamsoft/dynamsoft -utility" :
"https://npm.scannerproxy.com/cdn/@ dynamsoft/dynamsoft [email protected] .20-dev-20240115141008 /dist/utility.mjs" , 38+ "dynamsoft-utility" :
"https://cdn.jsdelivr.net/npm/ [email protected] .21 /dist/utility.mjs" , 3939 "@dynamsoft/dynamsoft-barcode-reader" :
"https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected] /dist/dbr.mjs" , 4040 "dynamsoft-capture-vision-router" :
"https://cdn.jsdelivr.net/npm/[email protected] /dist/cvr.mjs" , 4141 "dynamsoft-camera-enhancer" :
"https://cdn.jsdelivr.net/npm/[email protected] /dist/dce.mjs" @@ -45,7 +45,7 @@ <h1>Hello World for ES6 (Decode via Camera)</h1>
4545 < script type ="module ">
4646 import { CoreModule , EnumCapturedResultItemType } from "dynamsoft-core" ;
4747 import { LicenseManager } from "dynamsoft-license" ;
48- import { MultiFrameResultCrossFilter } from "@dynamsoft/ dynamsoft-utility" ;
48+ import { MultiFrameResultCrossFilter } from "dynamsoft-utility" ;
4949 import { BarcodeReaderModule } from "@dynamsoft/dynamsoft-barcode-reader" ;
5050 import {
5151 CaptureVisionRouter ,
@@ -74,7 +74,7 @@ <h1>Hello World for ES6 (Decode via Camera)</h1>
7474 CoreModule . engineResourcePaths = {
7575 std :
"https://cdn.jsdelivr.net/npm/[email protected] /dist/" , 7676 dip :
"https://cdn.jsdelivr.net/npm/[email protected] /dist/" , 77- core :
"https://cdn.jsdelivr.net/npm/[email protected] .30 /dist/" , 77+ core :
"https://cdn.jsdelivr.net/npm/[email protected] .31 /dist/" , 7878 license :
"https://cdn.jsdelivr.net/npm/[email protected] /dist/" , 7979 cvr :
"https://cdn.jsdelivr.net/npm/[email protected] /dist/" , 8080 dbr :
"https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected] /dist/" ,
0 commit comments