|
1 month ago | |
---|---|---|
Dockerfile | 1 month ago | |
LICENSE | 1 month ago | |
Makefile | 1 month ago | |
README.md | 1 month ago | |
main.go | 1 month ago |
Convert .svg files to .dxf
Runs a webserver that takes in an ?url=
query string, fetches the SVG from that URL and then returns it as a .dxf
docker run -it --rm -p 8080:8080 docker.cluster.fun/averagemarcus/svg-to-dxf
With Docker:
make docker-build
If you find a bug or have an idea for a new feature please raise an issue to discuss it.
Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.
Thank you 💛
See LICENSE