@rive-app/webgl
Advanced tools
Comparing version 2.14.1 to 2.14.2
{ | ||
"name": "@rive-app/webgl", | ||
"version": "2.14.1", | ||
"version": "2.14.2", | ||
"description": "Rive's webgl based web api.", | ||
@@ -5,0 +5,0 @@ "main": "rive.js", |
@@ -120,3 +120,4 @@ import * as rc from "./rive_advanced.mjs"; | ||
StateChange = "statechange", | ||
RiveEvent = "riveevent" | ||
RiveEvent = "riveevent", | ||
AudioStatusChange = "audiostatuschange" | ||
} | ||
@@ -315,2 +316,3 @@ export type RiveEventPayload = rc.RiveEvent | rc.OpenUrlEvent; | ||
static new(params: RiveParameters): Rive; | ||
private onSystemAudioChanged; | ||
private init; | ||
@@ -317,0 +319,0 @@ /** |
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
5584929
8033