# 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 ```