Files
covergen/README.md
Jur van den Berg e89acf585f
All checks were successful
continuous-integration/drone/push Build is passing
Add readme
2022-01-20 21:40:09 +01:00

21 lines
341 B
Markdown

# Covergen
Just generates some magic PDF invoice covers using straight up dark magic.
## Just be lazy
Go see it in action and download it from [https://s3.blacknova.io/covergen/index.html](https://s3.blacknova.io/covergen/index.html)
## Just build it
```
$ go build -o covergen ./cmd/covergen
```
## It has wasm!
```
$ make wasm
```