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
As Sveltekit is growing. We could add the in-house support for the next-gen image optimization support like the one in NextJS with next/image.
Image optimization is one of the important parts of web vitals and web performance. Right now there is no proper way to integrate the image optimization logic into the sveltekit other than to pre-optimize all the images then including them in the sveltekit build process.
Describe the proposed solution
We could add the in-house support for the next-gen image optimization support like the one in NextJS with next/image.
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
As Sveltekit is growing. We could add the in-house support for the next-gen image optimization support like the one in NextJS with
next/image
.Image optimization is one of the important parts of web vitals and web performance. Right now there is no proper way to integrate the image optimization logic into the sveltekit other than to pre-optimize all the images then including them in the sveltekit build process.
Describe the proposed solution
We could add the in-house support for the next-gen image optimization support like the one in NextJS with
next/image
.Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: