Merge pull request #423 from klinter007/feat/concat_inputs_to_single_string

Update custom-nodes-list.json
This commit is contained in:
Dr.Lt.Data 2024-02-23 01:01:28 +09:00 committed by GitHub
commit b6cb867a4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5664,6 +5664,18 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Klinter",
"title": "Klinter_nodes",
"reference": "https://github.com/klinter007/klinter_nodes",
"files": [
"https://github.com/klinter007/klinter_nodes"
],
"install_type": "git-clone",
"description": "Concat_strings atm - celebrating first_node"
} }
] ]
} }