@rive-app/canvas-single
Advanced tools
Comparing version 2.23.2 to 2.23.3
{ | ||
"name": "@rive-app/canvas-single", | ||
"version": "2.23.2", | ||
"version": "2.23.3", | ||
"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 | 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 @@ |
@@ -666,3 +666,3 @@ import * as rc from "./rive_advanced.mjs"; | ||
* | ||
* This will return undefined if the artboard is not loaded yet and a custom | ||
* This will return 0 if the artboard is not loaded yet and a custom | ||
* width has not been set. | ||
@@ -674,3 +674,3 @@ * | ||
*/ | ||
get artboardWidth(): number | undefined; | ||
get artboardWidth(): number; | ||
set artboardWidth(value: number); | ||
@@ -680,3 +680,3 @@ /** | ||
* | ||
* This will return undefined if the artboard is not loaded yet and a custom | ||
* This will return 0 if the artboard is not loaded yet and a custom | ||
* height has not been set. | ||
@@ -688,3 +688,3 @@ * | ||
*/ | ||
get artboardHeight(): number | undefined; | ||
get artboardHeight(): number; | ||
set artboardHeight(value: number); | ||
@@ -691,0 +691,0 @@ /** |
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
3836270
14489