@rive-app/canvas-advanced-lite
Advanced tools
Comparing version 2.23.2 to 2.23.3
{ | ||
"name": "@rive-app/canvas-advanced-lite", | ||
"version": "2.23.2", | ||
"version": "2.23.3", | ||
"description": "Rive's lite low-level canvas based web api.", | ||
@@ -5,0 +5,0 @@ "main": "canvas_advanced.mjs", |
@@ -373,3 +373,3 @@ interface RiveOptions { | ||
*/ | ||
get artboardWidth(): number | undefined; | ||
get artboardWidth(): number; | ||
set artboardWidth(val: number); | ||
@@ -380,3 +380,3 @@ | ||
*/ | ||
get artboardHeight(): number | undefined; | ||
get artboardHeight(): number; | ||
set artboardHeight(val: number); | ||
@@ -383,0 +383,0 @@ |
Sorry, the diff of this file is not supported yet
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
1066801