From 4c17839831298848aef3841f7dbbc4fc00daad48 Mon Sep 17 00:00:00 2001 From: niknah Date: Sat, 24 Aug 2024 10:44:14 +1000 Subject: [PATCH] Added quick-connections custom node (#996) --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 26d5d274..c5dad891 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13822,6 +13822,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "niknah", + "title": "Quick Connections", + "id": "quick-connections", + "reference": "https://github.com/niknah/quick-connections", + "files": [ + "https://github.com/niknah/quick-connections" + ], + "install_type": "git-clone", + "description": "Quick connections, Circuit board connections" + } ] }