@rive-app/canvas 2.29.0 → 2.29.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 +1 -0
- package/rive.js +599 -590
- package/rive.js.map +1 -1
- package/rive.wasm +0 -0
- package/rive_advanced.mjs.d.ts +1 -0
- package/rive_fallback.wasm +0 -0
package/rive.wasm
CHANGED
|
Binary file
|
package/rive_advanced.mjs.d.ts
CHANGED
|
@@ -928,6 +928,7 @@ export declare class ViewModelInstanceList extends ViewModelInstanceValue {
|
|
|
928
928
|
removeInstance(vmi: ViewModelInstance): void;
|
|
929
929
|
removeInstanceAt(index: number): void;
|
|
930
930
|
instanceAt(index: number): ViewModelInstance;
|
|
931
|
+
swap(a: number, b: number): ViewModelInstance;
|
|
931
932
|
}
|
|
932
933
|
export declare class ViewModelInstanceAssetImage extends ViewModelInstanceValue {
|
|
933
934
|
value(image: ImageInternal):void;
|
package/rive_fallback.wasm
CHANGED
|
Binary file
|