@rive-app/canvas-single
Advanced tools
Comparing version 2.23.1 to 2.23.2
{ | ||
"name": "@rive-app/canvas-single", | ||
"version": "2.23.1", | ||
"version": "2.23.2", | ||
"description": "Rive's high-level canvas based web api all in one js file.", | ||
@@ -5,0 +5,0 @@ "main": "rive.js", |
@@ -373,3 +373,3 @@ interface RiveOptions { | ||
*/ | ||
get artboardWidth(): number; | ||
get artboardWidth(): number | undefined; | ||
set artboardWidth(val: number); | ||
@@ -380,3 +380,3 @@ | ||
*/ | ||
get artboardHeight(): number; | ||
get artboardHeight(): number | undefined; | ||
set artboardHeight(val: number); | ||
@@ -383,0 +383,0 @@ |
@@ -76,2 +76,3 @@ import * as rc from "./rive_advanced.mjs"; | ||
static setWasmUrl(url: string): void; | ||
static getWasmUrl(): string; | ||
} | ||
@@ -78,0 +79,0 @@ export declare enum StateMachineInputType { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3828992
14473