idmission-web-sdk 2.2.21 → 2.2.22

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.
@@ -211,7 +211,7 @@
211
211
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
212
212
  };
213
213
 
214
- var webSdkVersion = '2.2.21';
214
+ var webSdkVersion = '2.2.22';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -15164,7 +15164,7 @@
15164
15164
  modelAssetPath: modelAssetPath,
15165
15165
  delegate: modelCapabilities.delegate
15166
15166
  },
15167
- canvas: document.createElement('canvas'),
15167
+ // canvas: document.createElement('canvas'),
15168
15168
  runningMode: 'VIDEO'
15169
15169
  }])];
15170
15170
  case 3:
@@ -15297,7 +15297,7 @@
15297
15297
  return [4 /*yield*/, Co.forVisionTasks(visionTasksBasePath)];
15298
15298
  case 2:
15299
15299
  return [4 /*yield*/, _b.apply(_a, [_c.sent(), {
15300
- canvas: document.createElement('canvas'),
15300
+ // canvas: document.createElement('canvas'),
15301
15301
  baseOptions: {
15302
15302
  modelAssetPath: defaultFaceDetectorModelPath,
15303
15303
  delegate: modelCapabilities.delegate
@@ -15770,7 +15770,7 @@
15770
15770
  modelAssetPath: modelAssetPath,
15771
15771
  delegate: modelCapabilities.delegate
15772
15772
  },
15773
- canvas: document.createElement('canvas'),
15773
+ // canvas: document.createElement('canvas'),
15774
15774
  scoreThreshold: scoreThreshold,
15775
15775
  runningMode: 'VIDEO'
15776
15776
  }])];