All checks were successful
continuous-integration/drone/push Build is passing
21 lines
341 B
Markdown
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
|
|
```
|
|
|