Comparing version 5.0.0-alpha-3 to 5.0.0-alpha-4
@@ -52,3 +52,3 @@ import { ARTouchInfo } from "./touchType"; | ||
* @param effectOptions Effect options. | ||
* @param effectOptions.slot Default value is "mask" if slot is not given. Slot is a container for a given AR effect. When replacing the already loaded AR effect, call switchEffect with that same slot. To remove AR effect entirely, call {@link clearEffect} with the same slot. | ||
* @param effectOptions.slot Default value is "DEFAULT_SLOT" if slot is not given. Slot is a container for a given AR effect. When replacing the already loaded AR effect, call switchEffect with that same slot. To remove AR effect entirely, call {@link clearEffect} with the same slot. | ||
* @param effectOptions.face If AR effect is face filter, select to which face to attach it to. The value should be between 0 and 3. Default value is 0. | ||
@@ -81,3 +81,3 @@ * | ||
* Clears the given slot of any loaded effects. | ||
* @param slot The effect slot name. | ||
* @param slot The effect slot name. Default is "DEFAULT_SLOT". | ||
*/ | ||
@@ -165,3 +165,3 @@ clearEffect(slot?: string): void; | ||
*/ | ||
pause(isPause: boolean): void; | ||
setPaused(isPause: boolean): void; | ||
/** | ||
@@ -168,0 +168,0 @@ * Changes a node or component bool parameter of the currently loaded effect. For more details about changeParameter API read our docs <a href="https://docs.deepar.ai/guides-and-tutorials/changing-filter-parameters-from-code">here</a>. |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.0.0-alpha-3"; | ||
declare const version = "5.0.0-alpha-4"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.0.0-alpha-3", | ||
"version": "5.0.0-alpha-4", | ||
"description": "The official DeepAR Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js", |
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
20614218
8067