mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 16:29:45 +00:00
Use npm to manage litegraph dependency (#45)
* Add comfyui-litegraph dep * remove static copy * Remove litegraph impl * Fix various issues * LiteGraph import * Fix test ref issue * Change to stable version of litegraph * update README
This commit is contained in:
@@ -3,7 +3,7 @@ import { DraggableList } from "../../scripts/ui/draggableList";
|
||||
import { GroupNodeConfig, GroupNodeHandler } from "./groupNode";
|
||||
import "./groupNodeManage.css";
|
||||
import type { ComfyApp } from "/scripts/app";
|
||||
import type { LGraphNode, LGraphNodeConstructor } from "/types/litegraph";
|
||||
import { LiteGraph, type LGraphNode, type LGraphNodeConstructor } from "comfyui-litegraph";
|
||||
|
||||
|
||||
const ORDER: symbol = Symbol();
|
||||
|
||||
Reference in New Issue
Block a user