Comparing version 5.3.0 to 5.3.1-rigid-face-alpha-986
@@ -73,5 +73,29 @@ /** | ||
/** | ||
* Path to the face tracking model. Something like "path/to/deepar/models/face/models-68-extreme.bin". | ||
* Path to the pose libPoseEstimation.wasm file, e.g. "/path/to/deepar/wasm/libPoseEstimation.wasm". | ||
*/ | ||
modelPath: string; | ||
poseEstimationWasmPath?: string; | ||
/** | ||
* Path to the detector model, e.g. "/path/to/deepar/models/foot/foot-detector.bin". | ||
*/ | ||
detectorPath?: string; | ||
/** | ||
* Path to the tracker model, e.g. "/path/to/deepar/models/foot/foot-tracker.bin". | ||
*/ | ||
trackerPath?: string; | ||
/** | ||
* Path to the foot model object file, e.g. "/path/to/deepar/models/foot/foot-model.obj". | ||
*/ | ||
objPath?: string; | ||
/** | ||
* Path to tfjs-backend-wasm.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm.wasm" | ||
*/ | ||
tfjsBackendWasmPath?: string; | ||
/** | ||
* Path to tfjs-backend-wasm-simd.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm-simd.wasm" | ||
*/ | ||
tfjsBackendWasmSimdPath?: string; | ||
/** | ||
* Path to tfjs-backend-wasm-threaded-simd.wasm file, e.g. "path/to/deepar/wasm/tfjs-backend-wasm-threaded-simd.wasm" | ||
*/ | ||
tfjsBackendWasmThreadedSimdPath?: string; | ||
}; | ||
@@ -78,0 +102,0 @@ /** |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.3.0"; | ||
declare const version = "5.3.1-rigid-face-alpha-986"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.3.0", | ||
"version": "5.3.1-rigid-face-alpha-986", | ||
"description": "The official DeepAR Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js", |
@@ -1,1 +0,1 @@ | ||
DeepAR SDK version: v5.3.0 | ||
DeepAR SDK version: v5.3.1-rigid-face-alpha-986 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
32774729
44
8612
18
2
2