Replies: 1 comment 1 reply
-
This is already being discussed in #241 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Next.js has an awesome first-party image processing component that compresses and automatically resizes the images to fit the needs of the website.
Nuxt follows suite with Nuxt/Image
Both of these libraries seem to do the same thing.
Maybe there's a way to implement the Sharp library and create a component with the same options?
Is image optimization in-mind for Sveltekit overall?
Beta Was this translation helpful? Give feedback.
All reactions