daniel-lewis-ab / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
11 stars 2 forks source link

Publish to npm for easier dependency management #24

Open huchenlei opened 2 weeks ago

huchenlei commented 2 weeks ago

Starting https://github.com/huchenlei/ComfyUI_frontend/pull/15, the ts comfyui frontend can add npm package dependency very easily. Maybe we should consider publish this repo to npm and avoid copy/paste of files.