mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-26 17:54:14 +00:00
added support for nodejs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
//not tested nor finished
|
||||
|
||||
(function( global )
|
||||
{
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
var LGAudio = {};
|
||||
global.LGAudio = LGAudio;
|
||||
@@ -1254,4 +1253,4 @@ LiteGraph.registerNodeType("audio/destination", LGAudioDestination);
|
||||
|
||||
|
||||
|
||||
})( window );
|
||||
})( this );
|
||||
Reference in New Issue
Block a user