mobject-litegraph
v0.1.8
Published
A flow graph node editor on the web based on a fork or litegraph.js
Downloads
635
Readme
mobject-litegraph
A fork of the exceptional litegraph.js library. This cut-down version which is used in mobject-graph-ui.
Features
- Web-Based Node Editor: Utilize a complete graphical editor to manage nodes and create complex flow graphs directly in the browser.
- Customizable Appearance: Includes CSS for easy customization of the node editor's look and feel.
- Extensible and Modular: Designed to be easily extendable for various applications involving graphical node representations.
Installation
Install mobject-litegraph
via npm:
npm install mobject-litegraph
Building
To build the project from source:
First install the dependencies,
npm install
Now you can build using,
npm run build
License
mobject-litegraph is MIT licensed. For more details, see the LICENSE file in the repository.
Credits
This project is a fork of atlason/litegraph.js, which is itself based on work by Daniel Lewis from Daniel Lewis's litegraph.js, originally developed by jagenjo/litegraph.js.