optimize PNG images in lnbits/static/images for size (#2131)

* optimize PNG images in lnbits/static/images for size

* remove lnbits/static/extension.png which is not used anywhere

* add tools/optipng.sh
This commit is contained in:
Pavol Rusnak 2023-11-30 13:50:19 +01:00 committed by GitHub
parent 43b8c744e6
commit 992e3bfb9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1 additions and 0 deletions

1
tools/optipng.sh Normal file
View file

@ -0,0 +1 @@
optipng -o 7 docs/logos/*.png lnbits/static/images/*.png lnbits/static/images/logos/*.png