https://github.com/daellhin/svgtographconverter
https://github.com/daellhin/svgtographconverter
ngraph svelte svg
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daellhin/svgtographconverter
- Owner: Daellhin
- Created: 2022-08-20T15:51:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T07:44:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T09:15:05.196Z (over 1 year ago)
- Topics: ngraph, svelte, svg
- Language: TypeScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvgToGraphConverter

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
```