macOS ์ฌ์ฉ์ค์ด๋ผ๋ฉด ์์ฝ๊ฒ ๋ณํ์ด ๊ฐ๋ฅํฉ๋๋ค.
brew install webp (or arch -arm64 brew install webp)
# ๋จ์ผ ํ์ผ ๋ณํ
cwebp images/flower.jpg -o images/flower.webp
# ํ์ฌ ํด๋์ ์๋ ํ์ผ๋ค์ webp ํ์์ผ๋ก ๋ณํ
for file in ./*; do cwebp "$file" -o "${file%.*}.webp"; done
'Dev' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Vite + React] Preload๋ก ํฐํธ ์ต์ ํํ๊ธฐ (0) | 2024.05.07 |
---|---|
๋ฆฌ์กํธ(React) ํ ์คํ (1) | 2024.04.21 |
[Clean Code] Basic ํธ (0) | 2024.01.15 |
S3 ์น ํธ์คํ - ๋๋ฉ์ธ ์ฐ๊ฒฐ(feat.Route53) (0) | 2023.07.31 |