diff --git a/assets/catwalk.png b/assets/catwalk.png deleted file mode 100644 index 981af0ac..00000000 Binary files a/assets/catwalk.png and /dev/null differ diff --git a/assets/catwalk.webp b/assets/catwalk.webp new file mode 100644 index 00000000..de5a910a Binary files /dev/null and b/assets/catwalk.webp differ diff --git a/scripts/catwalk.ts b/scripts/catwalk.ts index a8034fab..b7e7d519 100644 --- a/scripts/catwalk.ts +++ b/scripts/catwalk.ts @@ -14,7 +14,7 @@ if (!await lookpath('catwalk')) { exit() } -const OUT = 'assets/catwalk.png' +const OUT = 'assets/catwalk.webp' const allIcons = await readdir('icons/latte') const fileIcons = allIcons