You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
AVIF is an emerging image format based on the AV1 codec that offers superior compression even when compared to WebP and is enabled for Chrome since v85 and in Firefox since v77 (behind a flag).
Describe the solution you'd like
I would like to see this library support on-the-fly AVIF compression, similarly to how WebP is currently supported. require('~/assets/my-image.jpg?avif')
Describe alternatives you've considered
Any kind of support for AVIF would do.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
AVIF is an emerging image format based on the AV1 codec that offers superior compression even when compared to WebP and is enabled for Chrome since v85 and in Firefox since v77 (behind a flag).
Describe the solution you'd like
I would like to see this library support on-the-fly AVIF compression, similarly to how WebP is currently supported.
require('~/assets/my-image.jpg?avif')
Describe alternatives you've considered
Any kind of support for AVIF would do.
The text was updated successfully, but these errors were encountered: