I am trying to implement Dynamsoft Web Twain in my Angular project. There is no config.js file in my node modules. Only dynamsoft.webtwain.min.js and dynamsoft.webtwain.min.mjs is available. So how to add or change the configurations of the dynamsoft without changing library files?
My Angular version is 13.3 and Dynamsoft Webtwain version: 17.2.4
In your
*.ts
files, import the package:Then you can set configurations. For example:
Here is my sample code: https://github.com/yushulx/angular-scanner-camera-capture