Add litegraph input indicator helper class (#842)

Example usage with ComfyUI_frontend, via console / devtools:

```ts
const inputIndicators = new InputIndicators(app.canvas)
// Dispose:
inputIndicators.dispose()
```
This commit is contained in:
filtered
2025-03-24 11:43:36 +11:00
committed by GitHub
parent 361ae2c589
commit c8bd5e43dd
4 changed files with 171 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ LiteGraphGlobal {
"Globals": {},
"HIDDEN_LINK": -1,
"INPUT": 1,
"InputIndicators": [Function],
"LEFT": 3,
"LGraph": [Function],
"LGraphCanvas": [Function],