mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-09 07:00:06 +00:00
Draw canvas image preview in a widget (#2952)
This commit is contained in:
4
src/types/litegraph-augmentation.d.ts
vendored
4
src/types/litegraph-augmentation.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user