@rive-app/canvas-advanced 2.14.0 → 2.14.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rive-app/canvas-advanced",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "description": "Rive's lightweight low-level canvas based web api.",
5
5
  "main": "canvas_advanced.mjs",
6
6
  "homepage": "https://rive.app",
package/rive.wasm CHANGED
Binary file
@@ -340,6 +340,11 @@ export declare class Artboard {
340
340
  get bounds(): AABB;
341
341
  get frameOrigin(): boolean;
342
342
  set frameOrigin(val: boolean);
343
+ /**
344
+ * Getter and setter for the artboard volume
345
+ */
346
+ get volume(): number;
347
+ set volume(val: number);
343
348
  /**
344
349
  * Deletes the underlying instance created via the WASM. It's important to clean up this
345
350
  * instance when no longer in use