Skip to content

Commit

Permalink
update to web-twain 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie-dynamsoft committed Jan 12, 2023
1 parent a15ff60 commit 2adaa92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"core-js": "^3.6.5",
"dwt": "^18.0.0",
"dwt": "^18.1.0",
"ncp": "^2.0.0",
"vue": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/DynamsoftSDK.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default defineComponent({
const loadDWT = (UseService) => {
Dynamsoft.DWT.Containers = [{ ContainerId: 'dwtcontrolContainer', Width: 0, Height: 0 }];
Dynamsoft.DWT.ResourcesPath = "/dwt-resources";
Dynamsoft.DWT.ProductKey = 't00901wAAAGi71cktM2NG4toMEJ/g3egqded0C1EBhYMai/rMb+9PivaU9+1xp3qau4200cRaQBLw3fqD/MrH0+LKNIdtwU4rfxe0NzcomBYGKCsgTgto+AWw+SxV';
Dynamsoft.DWT.ProductKey = 't00901wAAACy5sL0CithUvqG09Q3fX0qr6fVQmMBRMN6BlhLLXan8mKGeCb/c8Me5e+6GSuLobuK6zIq4SENjkxye/DjM4zDl74JezQ0KpoUBygqIJS2+M3cKFS1W';
Dynamsoft.DWT.AutoLoad = true;
Dynamsoft.DWT.RegisterEvent('OnWebTwainReady',() => webTwain_OnReady())
}
Expand Down

0 comments on commit 2adaa92

Please sign in to comment.