mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 06:44:32 +00:00
added support for nodejs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
(function( global )
|
||||
{
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
function MIDIEvent( data )
|
||||
{
|
||||
@@ -704,10 +705,4 @@ LiteGraph.registerNodeType("midi/cc", LGMIDICC);
|
||||
|
||||
function now() { return window.performance.now() }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
})( window );
|
||||
})( this );
|
||||
Reference in New Issue
Block a user