@rive-app/webgl-single 1.1.10 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/rive.d.ts +0 -5
- package/rive.js +2 -9
- package/rive.js.map +1 -1
- package/rive_advanced.mjs.d.ts +26 -4
package/package.json
CHANGED
package/rive.d.ts
CHANGED
|
@@ -245,12 +245,7 @@ export declare class Rive {
|
|
|
245
245
|
private src;
|
|
246
246
|
private buffer;
|
|
247
247
|
private _layout;
|
|
248
|
-
private _updateLayout;
|
|
249
248
|
private renderer;
|
|
250
|
-
/**
|
|
251
|
-
* Flag to active/deactivate renderer
|
|
252
|
-
*/
|
|
253
|
-
private isRendererActive;
|
|
254
249
|
private loaded;
|
|
255
250
|
/**
|
|
256
251
|
* Tracks if a Rive file is loaded; we need this in addition to loaded as some
|