Koa-responsive-image-router changelog

v0.2.30

Fix a bug where images cropped with smartcrop were always sent with jpeg compression

v0.2.31

This increases the quality of avif and jpeg files resulting from smartcropping. Some defaults are defined and used only for cropping for now

v0.2.32

Add a singleImage method for generating one URL for a specific version of the image, not the HTML with multiple versions.

Done in D1537 by @antoni-swiatczak :fire:

v0.2.33

Add option to customize formats that are by default available. Can be used to decrease DOM size when we don’t want to have as many formats available

v0.2.34

Increase default quality profile for webp to 90