I was looking for support with the new AVIF image format. But it doesn't seem to be included if you type: __image__ or __avif__ on the website:

I cloned the project and found that feature support has indeed been added. However it doesn't seem to be present in the official build? Am I missing something? 馃
The website is unfortunately outdated until @patrickkettner finds the time to update it :-(
Also: avif detection got only merged in the future v4 branch, it isnt in the v3 branch
If anybody wants to get the same output as on the website before it's updated, follow these steps:
git clone [email protected]:Modernizr/Modernizr.git
cd Modernizr
npm install
./bin/modernizr -f avif -u
You'll find the result in modernizr.js file.
Most helpful comment
If anybody wants to get the same output as on the website before it's updated, follow these steps:
You'll find the result in
modernizr.jsfile.