feat: add script to convert JPG to WebP

This commit is contained in:
Stefan Imhoff
2024-08-29 15:38:23 +02:00
parent a48efbec62
commit 3a1ad6aded
2 changed files with 33 additions and 2 deletions

View File

@@ -9,9 +9,9 @@
"preview": "astro preview",
"og:generate": "node og-generate.cjs",
"icons:generate": "node icons-generate.cjs",
"webp": "node convert-images.cjs",
"plop": "plop",
"astro": "astro",
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt"
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",