Comparing version 5.2.0 to 5.3.0-alpha-854
@@ -299,2 +299,8 @@ import { ARTouchInfo } from "./touchType"; | ||
moveGameObject(selectedGameObject: string, targetGameObject: string): void; | ||
/** | ||
* Mutes or un-mutes all the sounds that are currently playing. | ||
* | ||
* @param muteSound true if you want to mute all the sounds. | ||
*/ | ||
muteSound(muteSound: boolean): void; | ||
/** INTERNAL API **/ | ||
@@ -301,0 +307,0 @@ /** |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.2.0"; | ||
declare const version = "5.3.0-alpha-854"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.2.0", | ||
"version": "5.3.0-alpha-854", | ||
"description": "The official DeepAR Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js", |
@@ -29,3 +29,3 @@ # deepar | ||
> ⚠️ Note that license key is only required when deploying to production (non-localhost) domain. | ||
> ⚠️ The license key property is required both in a production and development (localhost) environment. Development sessions will not count towards your monthly active usage. | ||
@@ -167,3 +167,3 @@ ## Installation | ||
DeepAR has some callbacks you can implement for addition information. For example, | ||
DeepAR has some callbacks you can implement for additional informations. For example, | ||
to check if feet are visible in the camera preview. | ||
@@ -170,0 +170,0 @@ ```javascript |
@@ -1,1 +0,1 @@ | ||
DeepAR SDK version: v5.2.0 | ||
DeepAR SDK version: v5.3.0-alpha-854 |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
31154785
8486
2