@rive-app/webgl
Advanced tools
Comparing version 2.10.4 to 2.11.0
{ | ||
"name": "@rive-app/webgl", | ||
"version": "2.10.4", | ||
"version": "2.11.0", | ||
"description": "Rive's webgl based web api.", | ||
@@ -5,0 +5,0 @@ "main": "rive.js", |
@@ -336,2 +336,7 @@ import * as rc from "./rive_advanced.mjs"; | ||
/** | ||
* Cleans up the Renderer object. Only call this API if you no longer | ||
* need to render Rive content in your session. | ||
*/ | ||
deleteRiveRenderer(): void; | ||
/** | ||
* Cleans up any Wasm-generated objects that need to be manually destroyed: | ||
@@ -338,0 +343,0 @@ * artboard instances, animation instances, state machine instances. |
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
5572310
7699