Skip to content

Commit 55f3902

Browse files
author
karurochari
committed
Fixed exports for rollup bundler
1 parent 2e95dd1 commit 55f3902

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/litegraph.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14350,5 +14350,12 @@ LGraphNode.prototype.executeAction = function(action)
1435014350

1435114351
if (typeof exports != "undefined") {
1435214352
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;
1435314360
}
1435414361

0 commit comments

Comments
 (0)