deepar 5.0.0-alpha-2 → 5.0.0-alpha-3

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.
@@ -39,4 +39,10 @@ export interface DeepARCallbacks {
39
39
  * @param newState Name of the new state that is being transitioned to.
40
40
  */
41
41
  onAnimationTransitionedToState?: (newState: string) => void;
42
+ /**
43
+ * An internal callback called on every render().
44
+ * @param canvas A canvas containing input camera image that DeepAR used for rendering/tracking.
45
+ * @internal
46
+ */
47
+ __deeparRendered?: (canvas: HTMLCanvasElement) => void;
42
48
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * DeepAR Web SDK version.
3
3
  */
4
- declare const version = "5.0.0-alpha-2";
4
+ declare const version = "5.0.0-alpha-3";
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deepar",
3
- "version": "5.0.0-alpha-2",
3
+ "version": "5.0.0-alpha-3",
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