Draw canvas image preview in a widget (#2952)

This commit is contained in:
Chenlei Hu
2025-03-09 21:56:50 -04:00
committed by GitHub
parent 60022134ed
commit ec013cc511
9 changed files with 355 additions and 264 deletions

View File

@@ -153,7 +153,9 @@ declare module '@comfyorg/litegraph' {
imageRects: Rect[]
overIndex?: number | null
pointerDown?: { index: number | null; pos: Point } | null
/**
* @deprecated No longer needed as we use {@link useImagePreviewWidget}
*/
setSizeForImage?(force?: boolean): void
/** @deprecated Unused */
inputHeight?: unknown