Dynamsoft.DWT.ResourcesPath = "dwt-resources"
Packege.json
"scripts": {
"dev": "ncp node_modules/dwt/dist static/dwt-resources && nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate && ncp node_modules/dwt/dist dist/dwt-resources"
}
I use framwork nuxt js but error get path.
The resource folder is located at the root directory of the project.
So change
to