mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 03:30:04 +00:00
added support for nodejs
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
(function(){
|
||||
|
||||
|
||||
|
||||
(function(global){
|
||||
var LiteGraph = global.LiteGraph;
|
||||
|
||||
function GraphicsImage()
|
||||
{
|
||||
@@ -714,4 +712,4 @@ ImageWebcam.prototype.onDrawBackground = function(ctx)
|
||||
LiteGraph.registerNodeType("graphics/webcam", ImageWebcam );
|
||||
|
||||
|
||||
})();
|
||||
})(this);
|
||||
|
||||
Reference in New Issue
Block a user