@rive-app/webgl 1.0.35 → 1.0.36

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/rive.wasm CHANGED
Binary file
@@ -176,10 +176,10 @@ interface RiveOptions {
176
176
  }
177
177
 
178
178
  export declare class StateMachineInstance {
179
- constructor(stateMachine: StateMachine);
179
+ constructor(stateMachine: StateMachine, artboard: Artboard);
180
180
  inputCount(): number;
181
181
  input(i: number): SMIInput;
182
- advance(artboard: Artboard, sec: number): any;
182
+ advance(sec: number): any;
183
183
  stateChangedCount(): number;
184
184
  stateChangedNameByIndex(i: number): string;
185
185
  // Deletes the backing Wasm state machine instance