Converted everything to webp & added projects

This commit is contained in:
gltron
2022-02-20 18:49:48 +01:00
parent 8a3348ae59
commit 3d6e616d1a
82 changed files with 47 additions and 37 deletions

View File

@@ -1 +1 @@
find . -name "*.jpg" -exec sh -c 'cwebp $1 -q 90 -o ${1%.*}.webp' sh {} \;
find . -name "*.png" -exec sh -c 'cwebp $1 -q 90 -o ${1%.*}.webp' sh {} \;