Convert screenshots to webp

This commit is contained in:
Aaron Suen 2024-07-27 13:36:28 -04:00
parent e9e502a3d6
commit 135ad11d67
11 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

BIN
.cdb-screen1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

BIN
.cdb-screen2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

BIN
.cdb-screen3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

BIN
.cdb-screen4.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

BIN
.cdb-screen5.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -31,11 +31,11 @@ return {
issue_tracker = "https://discord.gg/NNYeF6f",
long_description = readtext('README.md'),
screenshots = {
readbinary('.cdb-screen1.jpg'),
readbinary('.cdb-screen2.jpg'),
readbinary('.cdb-screen3.jpg'),
readbinary('.cdb-screen4.jpg'),
readbinary('.cdb-screen5.jpg'),
readbinary('.cdb-screen1.webp'),
readbinary('.cdb-screen2.webp'),
readbinary('.cdb-screen3.webp'),
readbinary('.cdb-screen4.webp'),
readbinary('.cdb-screen5.webp'),
}
}