Replies: 1 comment
-
Facing same issue, all the images we have stored are in avif format, IG I need to write a route in backend to get the images from cdn, and convert it to other formats. 😪 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
We would like to use the
avif
image format for our project. I didn't find any official list of supported image formats for<Image/>
component, there is just mention in docs that buffer png/jpg will be used if not specified, so it sounds like some other formats are supported too. On the other hand, in types, it seems that only png/jpg is supported. Is there any way to make it work?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions