Skip to content

Commit

Permalink
feat: catwalk preview as webp
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 25, 2024
1 parent 40cdaf9 commit 06f8943
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/catwalk.png
Binary file not shown.
Binary file added assets/catwalk.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/catwalk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06f8943

Please sign in to comment.