@rive-app/canvas
Advanced tools
Comparing version 2.25.7 to 2.26.0
{ | ||
"name": "@rive-app/canvas", | ||
"version": "2.25.7", | ||
"version": "2.26.0", | ||
"description": "Rive's canvas based web api.", | ||
@@ -5,0 +5,0 @@ "main": "rive.js", |
@@ -310,2 +310,3 @@ import * as rc from "./rive_advanced.mjs"; | ||
private referenceCount; | ||
private destroyed; | ||
constructor(params: RiveFileParameters); | ||
@@ -362,2 +363,3 @@ private initData; | ||
private static readonly missingErrorMessage; | ||
private static readonly cleanupErrorMessage; | ||
private shouldDisableRiveListeners; | ||
@@ -372,2 +374,3 @@ private automaticallyHandleEvents; | ||
private _audioEventListener; | ||
private _boundDraw; | ||
durations: number[]; | ||
@@ -374,0 +377,0 @@ frameTimes: number[]; |
Sorry, the diff of this file is not supported yet
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
3194040
8244