mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
added support for nodejs
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
(function(global){
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
function Selector()
|
||||
{
|
||||
this.addInput("sel","boolean");
|
||||
@@ -35,3 +38,4 @@ Selector.prototype.onGetInputs = function() {
|
||||
|
||||
LiteGraph.registerNodeType("logic/selector", Selector);
|
||||
|
||||
})(this);
|
||||
Reference in New Issue
Block a user