Comparing version 5.0.0-alpha-2 to 5.0.0-alpha-3
@@ -42,2 +42,8 @@ import { FaceData } from "./faceData"; | ||
onAnimationTransitionedToState?: (newState: string) => void; | ||
/** | ||
* An internal callback called on every render(). | ||
* @param canvas A canvas containing input camera image that DeepAR used for rendering/tracking. | ||
* @internal | ||
*/ | ||
__deeparRendered?: (canvas: HTMLCanvasElement) => void; | ||
} |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.0.0-alpha-2"; | ||
declare const version = "5.0.0-alpha-3"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.0.0-alpha-2", | ||
"version": "5.0.0-alpha-3", | ||
"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
20613414
8065