@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/package.json
CHANGED
package/rive.d.ts
CHANGED
|
@@ -883,6 +883,7 @@ export declare class ViewModelInstanceList extends ViewModelInstanceValue {
|
|
|
883
883
|
removeInstance(instance: ViewModelInstance): void;
|
|
884
884
|
removeInstanceAt(index: number): void;
|
|
885
885
|
instanceAt(index: number): ViewModelInstance | null;
|
|
886
|
+
swap(a: number, b: number): void;
|
|
886
887
|
internalHandleCallback(callback: Function): void;
|
|
887
888
|
}
|
|
888
889
|
export declare class ViewModelInstanceColor extends ViewModelInstanceValue {
|