NodeEditor.js is a lightweight, framework-agnostic, zero-dependency node editor library written in pure ES6 JavaScript. It leverages standard DOM elements for high-performance node manipulation and an SVG overlay plane for drawing scalable Bezier connections.
Go to file
Jeremy Hayes 49304325b4 Initial commit 2026-06-05 10:53:22 -05:00
.gitignore Initial commit 2026-06-05 10:53:22 -05:00
LICENSE Initial commit 2026-06-05 10:53:22 -05:00
README.md Initial commit 2026-06-05 10:53:22 -05:00

README.md

node-editor

NodeEditor.js is a lightweight, framework-agnostic, zero-dependency node editor library written in pure ES6 JavaScript. It leverages standard DOM elements for high-performance node manipulation and an SVG overlay plane for drawing scalable Bezier connections.