use rsvg to convert assets

main
Fabien Freling 2021-11-21 23:29:31 +01:00
parent 4c7038dd4a
commit e135c75787
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
: foreach svg/*.svg |> convert -background none %f %o |> png/%B.png
: foreach svg/*.svg |> rsvg-convert --background-color transparent --format Png --height 400 --output %o %f |> png/%B.png