@rive-app/canvas-lite 2.31.3 → 2.31.5
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 +1 -2
- package/rive.js +2 -2
- package/rive.js.map +1 -1
- package/rive.wasm +0 -0
- package/rive_advanced.mjs.d.ts +6 -3
- package/rive_fallback.wasm +0 -0
package/package.json
CHANGED
package/rive.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as rc from "./rive_advanced.mjs";
|
|
2
|
-
import { FinalizableTarget } from "./utils";
|
|
3
2
|
export type AssetLoadCallback = (asset: rc.FileAsset, bytes: Uint8Array) => Boolean;
|
|
4
3
|
export type { FileAsset, AudioAsset, FontAsset, ImageAsset, } from "./rive_advanced.mjs";
|
|
5
4
|
/**
|
|
@@ -307,7 +306,7 @@ export interface RiveFileParameters {
|
|
|
307
306
|
onLoad?: EventCallback;
|
|
308
307
|
onLoadError?: EventCallback;
|
|
309
308
|
}
|
|
310
|
-
export declare class RiveFile implements FinalizableTarget {
|
|
309
|
+
export declare class RiveFile implements rc.FinalizableTarget {
|
|
311
310
|
private static readonly missingErrorMessage;
|
|
312
311
|
private static readonly fileLoadErrorMessage;
|
|
313
312
|
private src;
|
package/rive.js
CHANGED
|
@@ -2272,7 +2272,7 @@ Qc();
|
|
|
2272
2272
|
/* 2 */
|
|
2273
2273
|
/***/ ((module) => {
|
|
2274
2274
|
|
|
2275
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@rive-app/canvas-lite","version":"2.31.
|
|
2275
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@rive-app/canvas-lite","version":"2.31.5","description":"A lite version of Rive\'s canvas based web api.","main":"rive.js","homepage":"https://rive.app","repository":{"type":"git","url":"https://github.com/rive-app/rive-wasm/tree/master/js"},"keywords":["rive","animation"],"author":"Rive","contributors":["Luigi Rosso <luigi@rive.app> (https://rive.app)","Maxwell Talbot <max@rive.app> (https://rive.app)","Arthur Vivian <arthur@rive.app> (https://rive.app)","Umberto Sonnino <umberto@rive.app> (https://rive.app)","Matthew Sullivan <matt.j.sullivan@gmail.com> (mailto:matt.j.sullivan@gmail.com)"],"license":"MIT","files":["rive.js","rive.js.map","rive.wasm","rive_fallback.wasm","rive.d.ts","rive_advanced.mjs.d.ts"],"typings":"rive.d.ts","dependencies":{},"browser":{"fs":false,"path":false}}');
|
|
2276
2276
|
|
|
2277
2277
|
/***/ }),
|
|
2278
2278
|
/* 3 */
|
|
@@ -4745,7 +4745,7 @@ var Rive = /** @class */ (function () {
|
|
|
4745
4745
|
type: EventType.Load,
|
|
4746
4746
|
data: (_a = this.src) !== null && _a !== void 0 ? _a : "buffer",
|
|
4747
4747
|
});
|
|
4748
|
-
// Only initialize paused state machines after the load event has been fired
|
|
4748
|
+
// Only initialize paused state machines after the load event has been fired
|
|
4749
4749
|
// to allow users to initialize inputs and view models before the first advance
|
|
4750
4750
|
this.animator.advanceIfPaused();
|
|
4751
4751
|
// Flag ready for playback commands and clear the task queue; this order
|