Comparing version 5.6.9 to 5.6.10-diamonds-alpha-265
@@ -507,2 +507,34 @@ /// <reference types="dom-mediacapture-transform" /> | ||
/** | ||
* Toggles bloom postprocessing. | ||
*/ | ||
setBloomEnabled(enabled: boolean): void; | ||
/** | ||
* Sets bloom threshold parameter. | ||
* | ||
* Value passed here overrides the one specified within an effect file. | ||
* @param threshold bloom threshold | ||
*/ | ||
setBloomThreshold(threshold: number): void; | ||
/** | ||
* Sets bloom strength parameter. | ||
* | ||
* Value passed here overrides the one specified within an effect file. | ||
* @param strength bloom strength | ||
*/ | ||
setBloomStrength(strength: number): void; | ||
/** | ||
* Sets bloom radius parameter. | ||
* | ||
* Value passed here overrides the one specified within an effect file. | ||
* @param radius bloom radius | ||
*/ | ||
setBloomRadius(radius: number): void; | ||
/** | ||
* Sets new environment map that will be used for rendering materials with diamond shader. | ||
* | ||
* Overrides environment map specified within an effect file. | ||
* @param envmap Path to fetch or ArrayBuffer with an image. | ||
*/ | ||
setDiamondEnvironmentMap(envmap: string | ArrayBuffer): Promise<void>; | ||
/** | ||
* Sets the input video/camera rotation. | ||
@@ -509,0 +541,0 @@ * |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.6.9"; | ||
declare const version = "5.6.10-diamonds-alpha-265"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.6.9", | ||
"version": "5.6.10-diamonds-alpha-265", | ||
"description": "The official DeepAR Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js", |
@@ -1,1 +0,1 @@ | ||
DeepAR SDK version: v5.6.9 | ||
DeepAR SDK version: v5.6.10-diamonds-alpha-265 |
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
Sorry, the diff of this file is not supported yet
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
49753656
2830
4
70