Comparing version 5.2.0-wristTracking-alpha-796 to 5.2.0-wristTracking-alpha-797
@@ -322,2 +322,8 @@ import { ARTouchInfo } from "./touchType"; | ||
showColliders(enabled: boolean): void; | ||
/** | ||
* Sets the preview zoom. | ||
* | ||
* @param zoomLevel Floating point number determining how much to zoom in. Value <= 1 will disable zoom. Example, value 2.0 puts 2x zoom. | ||
*/ | ||
setZoom(zoomLevel: number): void; | ||
} |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.2.0-wristTracking-alpha-796"; | ||
declare const version = "5.2.0-wristTracking-alpha-797"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.2.0-wristTracking-alpha-796", | ||
"version": "5.2.0-wristTracking-alpha-797", | ||
"description": "The official DeepAR Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js", |
@@ -1,1 +0,1 @@ | ||
DeepAR SDK version: v5.2.0-wristTracking-alpha-796 | ||
DeepAR SDK version: v5.2.0-wristTracking-alpha-797 |
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
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
31359729
8460