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
- Host: GitHub
- URL: https://github.com/scriptraccoon/graph-editor-svg
- Owner: ScriptRaccoon
- License: mit
- Created: 2022-09-30T04:18:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:03:44.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:49:53.653Z (about 2 years ago)
- Language: Svelte
- Homepage: https://graph-editor-svg.netlify.app
- Size: 414 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.