@rive-app/canvas
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "@rive-app/canvas", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Rive's canvas based web api.", | ||
@@ -5,0 +5,0 @@ "main": "rive.js", |
@@ -5,7 +5,7 @@ import * as rc from "./rive_advanced.mjs"; | ||
*/ | ||
export declare type VoidCallback = () => void; | ||
export type VoidCallback = () => void; | ||
/** | ||
* Type for artboard bounds | ||
*/ | ||
export declare type Bounds = rc.AABB; | ||
export type Bounds = rc.AABB; | ||
export declare enum Fit { | ||
@@ -57,3 +57,3 @@ Cover = "cover", | ||
} | ||
export declare type RuntimeCallback = (rive: rc.RiveCanvas) => void; | ||
export type RuntimeCallback = (rive: rc.RiveCanvas) => void; | ||
export declare class RuntimeLoader { | ||
@@ -136,3 +136,3 @@ private static runtime; | ||
*/ | ||
export declare type EventCallback = (event: Event) => void; | ||
export type EventCallback = (event: Event) => void; | ||
/** | ||
@@ -148,3 +148,3 @@ * Event listeners registered with the event manager | ||
*/ | ||
export declare type FPSCallback = (fps: number) => void; | ||
export type FPSCallback = (fps: number) => void; | ||
declare class EventManager { | ||
@@ -151,0 +151,0 @@ private listeners; |
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
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
529282