1
0
Derivar 0
Ir para o ficheiro
Marcus Noble 7464001cd9 fix: font selection update 2021-07-28 21:10:03 +01:00
Dockerfile Initial commit 2021-07-27 05:50:37 +01:00
LICENSE Initial commit 2021-07-27 05:50:37 +01:00
Makefile Initial commit 2021-07-27 05:50:37 +01:00
README.md Initial commit 2021-07-27 05:50:37 +01:00
go.mod Initial commit 2021-07-27 05:50:37 +01:00
go.sum Initial commit 2021-07-27 05:50:37 +01:00
index.html fix: font selection update 2021-07-28 21:10:03 +01:00
logo.png Initial commit 2021-07-27 05:50:37 +01:00
main.go Initial commit 2021-07-27 05:50:37 +01:00
template.svg Initial commit 2021-07-27 05:50:37 +01:00

README.md

text-to-dxf

Create a .dxf file containing the provided text

Available at https://text-to-dxf.cluster.fun/

Features

Runs a webserver that takes in an ?text= query string and then returns it as a .dxf.

Optionally a ?font= can be provided, current available fonts are:

  • Roboto
  • Fira Sans
  • Lobster
  • Pacifico
  • Permanent Marker
  • Ceviche One
  • Londrina Shadow
  • Press Start 2P
  • UnifrakturMaguntia
  • Zilla Slab Highlight

Usage

docker run -it --rm -p 8080:8080 docker.cluster.fun/averagemarcus/text-to-dxf

Building from source

With Docker:

make docker-build

Resources

Contributing

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 💛

License

See LICENSE