@rive-app/webgl2
Advanced tools
Comparing version 2.23.1 to 2.23.2
{ | ||
"name": "@rive-app/webgl2", | ||
"version": "2.23.1", | ||
"version": "2.23.2", | ||
"description": "Rive's webgl2 based web api.", | ||
@@ -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
2127297
8298