From 5a186dcf38d99aac163acc18ab7716f07862fa6f Mon Sep 17 00:00:00 2001 From: Lasse Date: Tue, 12 Nov 2024 22:15:19 +0100 Subject: [PATCH] Added touchscreen support module --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5a4e4851..bc9a0793 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17077,6 +17077,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." } ] }