This commit is contained in:
Shan M
2020-04-15 11:45:25 +03:00
committed by GitHub
parent 9b6ff21e00
commit 6607593471

2
src/litegraph.d.ts vendored
View File

@@ -1239,7 +1239,7 @@ export declare class LGraphCanvas {
/** draws the front canvas (the one containing all the nodes) */
drawFrontCanvas(): void;
/** draws some useful stats in the corner of the canvas */
renderInfo(ctx: CanvasRenderingContext2D, x: number, y: nymber): void;
renderInfo(ctx: CanvasRenderingContext2D, x: number, y: number): void;
/** draws the back canvas (the one containing the background and the connections) */
drawBackCanvas(): void;
/** draws the given node inside the canvas */