add readme

This commit is contained in:
u80864958
2025-06-13 11:32:27 +02:00
parent 9a30b61931
commit 6cc978df94

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# svg-templ
> POC
- Template is `drawing.svg` to return
- Use inkscape as svg editor
- matching over inkscape component name
```sh
go run cmd/main.go drawing.svg > drawing2.svg && open drawing2.svg
```
```
```