## HTML5 based fliers
### Generating existing fliers
Make sure the deps are installed, in my case (on debian 13) I ran:
```
sudo apt intall chromium imagemagick
```
Once you've verified the installation completed successfully, run the provided script to generate a pdf/png from the html files:
```
./gen
```