@rive-app/canvas-single
Advanced tools
Comparing version
{ | ||
"name": "@rive-app/canvas-single", | ||
"version": "1.0.81", | ||
"version": "1.0.82", | ||
"description": "Rive's high-level canvas based web api all in one js file.", | ||
@@ -5,0 +5,0 @@ "main": "rive.js", |
@@ -661,10 +661,11 @@ interface RiveOptions { | ||
export declare class Vec2D { | ||
constructor(x: number, y: number); | ||
/** | ||
* Returns the x coordinate of the vector | ||
*/ | ||
x(): void; | ||
x(): number; | ||
/** | ||
* Returns the y coordinate of the vector | ||
*/ | ||
y(): void; | ||
y(): number; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
810325
0.01%4113
0.02%