deepar 5.6.21 → 5.6.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -412,6 +412,7 @@ export declare class DeepAR {
412
412
  */
413
413
  setZoom(zoomLevel: number): void;
414
414
  setFov(useDefaultFov: boolean, fov?: number): void;
415
+ getFov(): number;
415
416
  /**
416
417
  * Gets the closest point on a mesh to a given point.
417
418
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * DeepAR Web SDK version.
3
3
  */
4
- declare const version = "5.6.21";
4
+ declare const version = "5.6.22";
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepar",
3
- "version": "5.6.21",
3
+ "version": "5.6.22",
4
4
  "description": "The official DeepAR Web SDK",
5
5
  "main": "js/deepar.esm.js",
6
6
  "jsdelivr": "js/deepar.js",
package/wasm/deepar.wasm CHANGED
Binary file
Binary file