Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/07akioni/dag-maker

A frontend for dagre & dagre-d3 that draws elegant DAG.
https://github.com/07akioni/dag-maker

Last synced: 28 days ago
JSON representation

A frontend for dagre & dagre-d3 that draws elegant DAG.

Awesome Lists containing this project

README

        

# dag-maker
`dag-maker` is a web app that paint a DAG(Directed Acyclic Graph) using relative friendly json input(although not as friendly as GUI).

## Demo
[https://07akioni.github.io/dag-maker/](https://07akioni.github.io/dag-maker/)

## TODO
- friendly error message
- abstract an npm package for dag utils
- skeleton for the loading page

## Note
- `/src/utils/dagUtils.js` can be used seperately to render a DAG. I will publish it as an npm package later.
- `/src/components/Dag.vue` is a wrapper Vue functional component for `dagUtils.js`. It can be used seperately too.