twopluszero / next-images

Import images in Next.js (supports jpg, jpeg, svg, png and gif images)
MIT License
948 stars 67 forks source link

Added support for avif. #56

Closed Myoxocephalus closed 3 years ago

Myoxocephalus commented 3 years ago

Added support for avif format. Avif has started getting support in browsers, currently support in chrome and opera: https://caniuse.com/avif Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1443863

And a nice article about it 😃 : https://jakearchibald.com/2020/avif-has-landed/

arefaslani commented 3 years ago

@Myoxocephalus Thanks for the changes :) Merged and added in v1.6.1 🎉