mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-11 10:30:10 +00:00
added support for nodejs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
(function(){
|
||||
(function(global){
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
function GamepadInput()
|
||||
{
|
||||
@@ -200,4 +201,4 @@ GamepadInput.prototype.onGetOutputs = function() {
|
||||
|
||||
LiteGraph.registerNodeType("input/gamepad", GamepadInput );
|
||||
|
||||
})();
|
||||
})(this);
|
||||
Reference in New Issue
Block a user