Replies: 1 comment
-
For Svelte projects, I use https://github.com/bluwy/svelte-preprocess-import-assets |
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,
first of all, please bear with me, if this is a silly question, but I am very new to this :-)
So, I've tried out the library on my vue / vite app - and I really love it, although I have run into some problems.
Apart from that, it works really well!
But.. One thing I would like to do, is to integrate this library to just take my entire /public/media folder, and make wepb or avif versions of all images there, if they can optimize the original filesize (in a way like vite-image-optimizer does)
I don't know whether this is an option or not, but to me it would be a really nice feature, so that I can just serve the right version based on the browser support of webp/avif and replace the .png / jpg with avif/webp if supported.
I hope you get the point, and hope that you can tell me if this is possible or not - sorry if I missed out on something :-)
Beta Was this translation helpful? Give feedback.
All reactions