@rive-app/canvas
Advanced tools
Comparing version 1.0.85 to 1.0.86
{ | ||
"name": "@rive-app/canvas", | ||
"version": "1.0.85", | ||
"version": "1.0.86", | ||
"description": "Rive's canvas based web api.", | ||
@@ -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
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
493881
197858
3127
8
72