We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fce11 commit 9b6ff21Copy full SHA for 9b6ff21
src/litegraph.d.ts
@@ -1239,7 +1239,7 @@ export declare class LGraphCanvas {
1239
/** draws the front canvas (the one containing all the nodes) */
1240
drawFrontCanvas(): void;
1241
/** draws some useful stats in the corner of the canvas */
1242
- renderInfo(): void;
+ renderInfo(ctx: CanvasRenderingContext2D, x: number, y: nymber): void;
1243
/** draws the back canvas (the one containing the background and the connections) */
1244
drawBackCanvas(): void;
1245
/** draws the given node inside the canvas */
0 commit comments