@rive-app/webgl
Advanced tools
Comparing version 2.15.0 to 2.15.1
{ | ||
"name": "@rive-app/webgl", | ||
"version": "2.15.0", | ||
"version": "2.15.1", | ||
"description": "Rive's webgl based web api.", | ||
@@ -5,0 +5,0 @@ "main": "rive.js", |
@@ -351,2 +351,3 @@ interface RiveOptions { | ||
get bounds(): AABB; | ||
get hasAudio(): boolean; | ||
get frameOrigin(): boolean; | ||
@@ -353,0 +354,0 @@ set frameOrigin(val: boolean); |
@@ -288,2 +288,3 @@ import * as rc from "./rive_advanced.mjs"; | ||
private loaded; | ||
private _observed; | ||
/** | ||
@@ -310,2 +311,3 @@ * Tracks if a Rive file is loaded; we need this in addition to loaded as some | ||
private _volume; | ||
private _hasZeroSize; | ||
durations: number[]; | ||
@@ -318,2 +320,3 @@ frameTimes: number[]; | ||
private onSystemAudioChanged; | ||
private onCanvasResize; | ||
private init; | ||
@@ -331,2 +334,7 @@ /** | ||
removeRiveListeners(): void; | ||
/** | ||
* If the instance has audio and the system audio is not ready | ||
* we hook the instance to the audio manager | ||
*/ | ||
private initializeAudio; | ||
private initData; | ||
@@ -333,0 +341,0 @@ private initArtboard; |
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
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
5598407
8163