mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
Split LGraphNode out to TS file
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// @ts-nocheck
|
||||
import { LiteGraph, LGraphCanvas, LGraphGroup, LGraphNode } from "./litegraph";
|
||||
import { LiteGraph, LGraphCanvas, LGraphGroup } from "./litegraph";
|
||||
import { LGraphNode } from "./LGraphNode";
|
||||
import { LLink } from "./LLink";
|
||||
|
||||
//*********************************************************************************
|
||||
|
||||
2574
src/LGraphNode.ts
Normal file
2574
src/LGraphNode.ts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
import { LiteGraph, LGraphNode } from "./litegraph";
|
||||
import { LiteGraph } from "./litegraph";
|
||||
import { LGraphNode } from "./LGraphNode";
|
||||
import { drawSlot, SlotShape, SlotDirection, SlotType, LabelPosition } from "./draw";
|
||||
|
||||
// *************************************************************
|
||||
|
||||
2567
src/litegraph.js
2567
src/litegraph.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user