mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
added support for nodejs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//basic nodes
|
||||
(function(){
|
||||
|
||||
(function(global){
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
//Constant
|
||||
function Time()
|
||||
@@ -461,4 +461,4 @@ LiteGraph.registerNodeType("basic/script", NodeScript );
|
||||
|
||||
|
||||
|
||||
})();
|
||||
})(this);
|
||||
Reference in New Issue
Block a user