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

https://github.com/scriptraccoon/graph-editor-svg

basic SVG graph editor
https://github.com/scriptraccoon/graph-editor-svg

Last synced: over 1 year ago
JSON representation

basic SVG graph editor

Awesome Lists containing this project

README

          

# Graph editor with SVG

https://graph-editor-svg.netlify.app

This is kind of version 2.0 of [my previous graph editor](https://github.com/ScriptRaccoon/graph-editor) made with Svelte. The difference is that here we don't use divs but SVGs for the nodes and lines instead - so the graph is easy to export as well. Also, there are no menus, so everything is controlled with mouse and keyboard.