mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@comfyorg/litegraph",
|
"name": "@comfyorg/litegraph",
|
||||||
"version": "0.7.20",
|
"version": "0.7.21",
|
||||||
"description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.",
|
"description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.",
|
||||||
"main": "src/litegraph.js",
|
"main": "src/litegraph.js",
|
||||||
"types": "src/litegraph.d.ts",
|
"types": "src/litegraph.d.ts",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
const global = {};
|
||||||
|
|
||||||
(function(global) {
|
(function(global) {
|
||||||
// *************************************************************
|
// *************************************************************
|
||||||
@@ -14411,16 +14412,6 @@ LGraphNode.prototype.executeAction = function(action)
|
|||||||
window.setTimeout(callback, 1000 / 60);
|
window.setTimeout(callback, 1000 / 60);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
})(this);
|
})(global);
|
||||||
|
|
||||||
if (typeof exports != "undefined") {
|
|
||||||
exports.LiteGraph = this.LiteGraph;
|
|
||||||
exports.LGraph = this.LGraph;
|
|
||||||
exports.LLink = this.LLink;
|
|
||||||
exports.LGraphNode = this.LGraphNode;
|
|
||||||
exports.LGraphGroup = this.LGraphGroup;
|
|
||||||
exports.DragAndScale = this.DragAndScale;
|
|
||||||
exports.LGraphCanvas = this.LGraphCanvas;
|
|
||||||
exports.ContextMenu = this.ContextMenu;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
export const { LiteGraph, LGraph, LLink, LGraphNode, LGraphGroup, DragAndScale, LGraphCanvas, ContextMenu } = global;
|
||||||
|
|||||||
Reference in New Issue
Block a user