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.
- package/js/deepar.esm.js +1 -1
- package/js/deepar.js +1 -1
- package/js/types/callbacks.d.ts +6 -0
- package/js/types/version.d.ts +1 -1
- package/package.json +1 -1
- package/wasm/deepar.wasm +0 -0
package/js/types/callbacks.d.ts
CHANGED
|
@@ -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
|
}
|
package/js/types/version.d.ts
CHANGED
package/package.json
CHANGED
package/wasm/deepar.wasm
CHANGED
|
Binary file
|