Fixed exports for rollup bundler

This commit is contained in:
karurochari
2023-06-23 14:07:50 +00:00
parent 2e95dd1e6c
commit 55f39024e9

View File

@@ -14350,5 +14350,12 @@ LGraphNode.prototype.executeAction = function(action)
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;
}