Merge pull request #400 from KaruroChori/master

Fixed exports for rollup bundler
This commit is contained in:
Javi Agenjo
2023-06-26 08:32:13 +02:00
committed by GitHub

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;
}