From 66542292c311563bb2a874396ff760b6161d481c Mon Sep 17 00:00:00 2001 From: codecringebinge <23065574+codecringebinge@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:34:26 -0700 Subject: [PATCH] Add ComfyUI-Arrow-Key-Canvas-Navigation to custom-node-list.json (#1096) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 32786216..378059f0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15282,6 +15282,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "codecringebinge", + "title": "ComfyUI-Arrow-Key-Canvas-Navigation", + "id": "codecringebinge.arrow.key.canvas.navigation", + "reference": "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation", + "files": [ + "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation" + ], + "install_type": "git-clone", + "description": "A ComfyUI Custom Node that enables arrow key canvas navigation with a pan speed setting." } ] }