deepar 5.4.0-chromeExtension → 5.4.1-chromeExtension

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.
@@ -157,7 +157,7 @@ export interface DeepARParams {
157
157
  */
158
158
  wasmBasePath?: string;
159
159
  /**
160
- * MediaPipe selfie segmenter model to be used. Something like "path/to/deepar/mediaPipe/segmentation/model/selfie_segmenter.tflite".
160
+ * Media Pipe selfie segmenter model to be used. Something like "path/to/deepar/mediaPipe/segmentation/model/selfie_segmenter.tflite"
161
161
  */
162
162
  modelPath?: string;
163
163
  };
@@ -232,13 +232,5 @@ export interface DeepARParams {
232
232
  * Path to deepar.wasm file. Something like "/path/to/deepar/wasm/deepar.wasm".
233
233
  */
234
234
  deeparWasmPath?: string;
235
- dynamicModulesConfig?: {
236
- xzimgPath?: string;
237
- mediaPipePath?: string;
238
- };
239
- embeddedEffectsConfig?: {
240
- backgroundBlurPath?: string;
241
- backgroundReplacementPath?: string;
242
- };
243
235
  };
244
236
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * DeepAR Web SDK version.
3
3
  */
4
- declare const version = "5.4.0-chromeExtension";
4
+ declare const version = "5.4.1-chromeExtension";
5
5
  export { version };
package/lib/VERSION.txt CHANGED
@@ -1 +1 @@
1
- DeepAR SDK version: v5.4.0-chromeExtension
1
+ DeepAR SDK version: v5.4.1-chromeExtension