mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 01:20:09 +00:00
added support for nodejs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
//event related nodes
|
||||
(function(){
|
||||
(function(global){
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
function LGWebSocket()
|
||||
{
|
||||
@@ -255,4 +256,4 @@ LGSillyClient.prototype.onGetOutputs = function()
|
||||
LiteGraph.registerNodeType("network/sillyclient", LGSillyClient );
|
||||
|
||||
|
||||
})();
|
||||
})(this);
|
||||
Reference in New Issue
Block a user