https://github.com/cemalgnlts/flower
Node (flow graph) editor library.
https://github.com/cemalgnlts/flower
flowchart javascript node-editor
Last synced: about 2 months ago
JSON representation
Node (flow graph) editor library.
- Host: GitHub
- URL: https://github.com/cemalgnlts/flower
- Owner: cemalgnlts
- License: mit
- Created: 2024-06-09T10:11:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T10:55:57.000Z (11 months ago)
- Last Synced: 2025-01-14T07:48:00.910Z (3 months ago)
- Topics: flowchart, javascript, node-editor
- Language: TypeScript
- Homepage: https://cemalgnlts.github.io/flower/
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flower
Node (flow graph) editor library.> [!NOTE]
> The project is not active. At the moment it stands as a template.## Demo
https://cemalgnlts.github.io/flower## Why
* **Lightweight:** No dependencies, written from scratch.
* **Vanilla JavaScript**: Does not need any framework.## Build
```sh
npm run build
```## ToDo
- [ ] Mobile support.
- [ ] Better API.
- [ ] Documentation.