An open API service indexing awesome lists of open source software.

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.

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.