responsively-org / responsively-app

A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
https://responsively.app
GNU Affero General Public License v3.0
22.65k stars 1.18k forks source link

Export screenshots in next-gen image formats such as WebP or AVIF #1239

Open nicolasperez19 opened 4 months ago

nicolasperez19 commented 4 months ago

🚀 Feature Request

📝 Description

Responsively exports screenshots as JPEG images.

Screenshot 2024-05-24 at 10 17 20

Web performance audit tools such as Lighthouse recommend next-gen image formats such as WebP or AVIF.

✨ Describe the solution you'd like

It would be nice if Responsively exported screenshots in next-gen image formats. This would eliminate work for end users or bundlers to optimize images.

✍️ Describe alternatives you've considered

Right now the only alternative is to convert the images myself into next-gen image formats or rely on my bundler. This is tedious and creates extra work.

nicolasperez19 commented 4 months ago

It seems that right now Electron doesn't support WebP: electron/electron#42034