From cb4b8044e40a874cb0782e5f509cefa4da24e717 Mon Sep 17 00:00:00 2001 From: NNNebel Date: Sun, 3 May 2026 00:39:15 +0900 Subject: [PATCH] feat: add Eagle Metadata Bridge to custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9c963c17..5e9649a3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46618,6 +46618,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "NNNebel", + "title": "Eagle Metadata Bridge", + "id": "eagle-metadata-bridge", + "reference": "https://github.com/NNNebel/eagle-metadata-bridge", + "files": [ + "https://github.com/NNNebel/eagle-metadata-bridge" + ], + "install_type": "git-clone", + "description": "Embeds eagle_bridge signal into PNG/WebP/JPEG outputs and sends auto-tags/annotations to the Eagle app." } ] }