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.
- package/VERSION.txt +1 -1
- package/js/deepar.esm.js +1 -2
- package/js/deepar.js +1 -2
- package/js/types/initParams.d.ts +1 -9
- package/js/types/version.d.ts +1 -1
- package/lib/VERSION.txt +1 -1
- package/lib/js/deepar.esm.js +1 -2
- package/lib/js/deepar.js +1 -2
- package/lib/js/types/initParams.d.ts +1 -9
- package/lib/js/types/version.d.ts +1 -1
- package/lib/wasm/deepar.wasm +0 -0
- package/package.json +1 -1
- package/wasm/deepar.wasm +0 -0
- package/js/deepar.esm.js.LICENSE.txt +0 -6
- package/js/deepar.js.LICENSE.txt +0 -6
- package/js/dynamicModules/mediaPipe.esm.js +0 -1
- package/js/dynamicModules/xzimg.esm.js +0 -2
- package/js/dynamicModules/xzimg.esm.js.LICENSE.txt +0 -219
- package/lib/js/deepar.esm.js.LICENSE.txt +0 -6
- package/lib/js/deepar.js.LICENSE.txt +0 -6
- package/lib/js/dynamicModules/mediaPipe.esm.js +0 -1
- package/lib/js/dynamicModules/xzimg.esm.js +0 -2
- package/lib/js/dynamicModules/xzimg.esm.js.LICENSE.txt +0 -219
package/js/types/initParams.d.ts
CHANGED
|
@@ -157,7 +157,7 @@ export interface DeepARParams {
|
|
|
157
157
|
*/
|
|
158
158
|
wasmBasePath?: string;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
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
|
}
|
package/js/types/version.d.ts
CHANGED
package/lib/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
DeepAR SDK version: v5.4.
|
|
1
|
+
DeepAR SDK version: v5.4.1-chromeExtension
|