twopluszero / next-images

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

Add support for jpeg 2000 for Safari and iOS Safari? #28

Closed romikette closed 4 years ago

romikette commented 4 years ago

As google pagespeed is asking us to deliver images in more performant formats I was wondering if you might be able to add support for .jp2/.jpx image formats.

At this moment Safari and iOS Safari do not support .webp.

Thanks!