From 989aa5127077a92ea3f2d49a29c686e568b684a5 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 5 Jul 2024 20:00:05 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6ab541dd5..d46b83808 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +# @ComfyOrg/litegraph + +This is the litegraph version used in [ComfyUI_frontend](https://github.com/Comfy-Org/ComfyUI_frontend). + +This repo is litegraph with following modifications: +- Accumulated comfyUI custom changes (2024-01 ~ 2024-05) (https://github.com/Comfy-Org/litegraph.js/pull/1) +- Type schema change for ComfyUI_frontend TS migration (https://github.com/Comfy-Org/litegraph.js/pull/3) +- Zoom fix (https://github.com/Comfy-Org/litegraph.js/pull/7) + # litegraph.js A library in Javascript to create graphs in the browser similar to Unreal Blueprints. Nodes can be programmed easily and it includes an editor to construct and tests the graphs.