scanbot-web-sdk 2.15.0-alpha.1 → 2.15.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scanbot-web-sdk",
3
3
  "title": "Web Scan SDK",
4
- "version": "2.15.0-alpha.1",
4
+ "version": "2.15.0-alpha.4",
5
5
  "description": "Scanbot Web Document and Barcode Scanner SDK",
6
6
  "keywords": [
7
7
  "barcode",
package/webpack/index.js CHANGED
@@ -8,4 +8,6 @@ var ScanbotSDK = module.exports = require("../bundle/ScanbotSDK.min.js").Scanbot
8
8
  // which prevents .wasm files from being used with file-loader
9
9
  var path = require('!!file-loader?esModule=false&name=ScanbotSDK.Asm.wasm!../bundle/bin/complete/ScanbotSDK.Asm.wasm-webpack-file-loader');
10
10
 
11
+ require('!!file-loader?esModule=false&name=tfjs-backend-wasm-simd.wasm!../bundle/bin/complete/tfjs-backend-wasm-simd.wasm-webpack-file-loader');
12
+
11
13
  ScanbotSDK.defaultEnginePath = path.split('/').slice(0, -1).join('/') + '/';