diff --git a/public/litegraph.d.ts b/public/litegraph.d.ts index eaa1f819..62b0227e 100644 --- a/public/litegraph.d.ts +++ b/public/litegraph.d.ts @@ -1316,6 +1316,7 @@ export declare class LGraphCanvas { visible_links: LLink[]; visible_nodes: LGraphNode[]; zoom_modify_alpha: boolean; + zoom_speed: number; //mouse in canvas coordinates, where 0,0 is the top-left corner of the blue rectangle mouse: Vector2; //mouse in graph coordinates, where 0,0 is the top-left corner of the blue rectangle