13 lines
No EOL
311 B
Markdown
13 lines
No EOL
311 B
Markdown
## 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
|
|
``` |