How to create AVIF images from PNG, JPEG, etc.
further details here:
https://github.com/lovell/avif-cli
css-tricks.com/useful-tools-for-creating-avif-images/
1. Install the package
npm install avif
2. run the package
npx avif --input="./imgs/*" --output="./output/" --verbose
where
./imgs/ is the folder containing the images to be converted
./output is the foler containing the avif images
Themen
- Alle Artikel (31)
- #Cellbiology (1)
- #CSS (1)
- #JS (3)
- #Reisen (3)
- #Tipps & Tricks (8)
- #Typo3 (11)
- #Unix (9)