merge pug, add colors

This commit is contained in:
Kiara Grouwstra 2021-01-21 16:57:07 +01:00
commit 54bc870de6
4 changed files with 467 additions and 859 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules/
package-lock.json

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 360 KiB

After

Width:  |  Height:  |  Size: 357 KiB

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,7 @@
generating png:
```bash
$ npm install pug-cli
$ ./node_modules/.bin/pug -P < Nederland_kieskringen.svg.pug > Nederland_kieskringen.svg
$ magick convert Nederland_kieskringen.svg Nederland_kieskringen.png
```