diff --git a/README.md b/README.md new file mode 100644 index 0000000..8349ce4 --- /dev/null +++ b/README.md @@ -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 +``` + +``` + +```