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

https://github.com/daellhin/svgtographconverter


https://github.com/daellhin/svgtographconverter

ngraph svelte svg

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# SvgToGraphConverter
![Screenshot](./images/Screenshot_new.png)

Features:
- Convert svg paths to graph
- Visualize created graph
- Edit id's of created graph
- Download graph as json
- Load graph as json

Created with Svelte and ngraph

# Usage
```powershell
git clone https://github.com/Daellhin/SvgToGraphConverter.git
npm i
npx vite dev
```