Skip to content

TomasHubelbauer/dagre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dagre

Dagre library playground.

Running

GitHub Pages

npx serve . for ESM and CORS to work (file:// protocol won't work).

Documentation

Dagre documentation:

To-Do

Remove node if it is the only node at the side of an edge being removed

If the incident node has no other connections, remove it with the edge.

Implement https://web.dev/file-system-access load/save where supported

Keep local storage as a fallback for the demo in browsers where it is not and maybe add load and save buttons for that case.