@rive-app/canvas
Advanced tools
Comparing version 2.23.2 to 2.23.3
{ | ||
"name": "@rive-app/canvas", | ||
"version": "2.23.2", | ||
"version": "2.23.3", | ||
"description": "Rive's canvas based web api.", | ||
@@ -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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3022417
8138