This commit is contained in:
Kiara Grouwstra 2021-01-21 13:49:35 +01:00
parent 77065a84e4
commit cea64285f5
3 changed files with 6 additions and 851 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: 359 KiB

After

Width:  |  Height:  |  Size: 354 KiB

View File

@ -2,6 +2,8 @@
generating png:
```bash
$ npm install pug-cli
$ ./node_modules/.bin/pug Nederland_kieskringen.svg.pug
$ mv Nederland_kieskringen.svg.html Nederland_kieskringen.svg
$ magick convert Nederland_kieskringen.svg Nederland_kieskringen.png
```