From 6cbeaee52ba56cf0748bef238b9794e08bacee1c Mon Sep 17 00:00:00 2001 From: niknah Date: Sat, 24 Aug 2024 08:03:33 +1000 Subject: [PATCH] Added quick-connections custom node --- 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 04dad4c0..00771025 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13801,6 +13801,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" + } ] }