From e73e3b7726f7c0cb03ec37dc67ca01f3b32f41dc Mon Sep 17 00:00:00 2001 From: Lasse Lauwerys <65569591+Iemand005@users.noreply.github.com> Date: Wed, 13 Nov 2024 05:20:19 +0100 Subject: [PATCH] Added touchscreen support module (#1236) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 41e56b51..8e131007 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17067,6 +17067,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Lasse Lauwerys", + "title": "Touch screen gesture support", + "id": "manager", + "reference": "https://github.com/Iemand005/ComfyUI-Touch-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touch-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." } ] }