Modernizr: AVIF Support missing?

Created on 16 Oct 2020  路  2Comments  路  Source: Modernizr/Modernizr

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:
Screen Shot 2020-10-15 at 21 01 40

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? 馃

Most helpful comment

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chrisbell08 picture chrisbell08  路  6Comments

peterwilsoncc picture peterwilsoncc  路  9Comments

bartverdonck picture bartverdonck  路  5Comments

BenRichter picture BenRichter  路  9Comments

DervishD picture DervishD  路  8Comments