Copyright Jonah Duckles - 2019 Licensed as CC-BY
Please suggest improvements by submitting a GitHub Issue
- Vector layout - Layout done with Amadine a $20 alternative to Adobe Illustrator
- icons - from Noun Project Pro membership
You shouldn't need these as all the conversions are present in the repo, but if you're trying to adapt to run elsewhere this makefile can be used to convert all the .svg
files in a particular directory to .png
300dpi .png
and .pdf
. It will also minify the SVGs if you have svgo installed (npm install -g svgo
).
- Imagemagick (convert SVG-PNG)
- svgo - svg minifier
- inkscape (convert SVG-PDF)