We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e95dd1 + 55f3902 commit 2970a82Copy full SHA for 2970a82
1 file changed
src/litegraph.js
@@ -14350,5 +14350,12 @@ LGraphNode.prototype.executeAction = function(action)
14350
14351
if (typeof exports != "undefined") {
14352
exports.LiteGraph = this.LiteGraph;
14353
+ exports.LGraph = this.LGraph;
14354
+ exports.LLink = this.LLink;
14355
+ exports.LGraphNode = this.LGraphNode;
14356
+ exports.LGraphGroup = this.LGraphGroup;
14357
+ exports.DragAndScale = this.DragAndScale;
14358
+ exports.LGraphCanvas = this.LGraphCanvas;
14359
+ exports.ContextMenu = this.ContextMenu;
14360
}
14361
0 commit comments