cyrilwanner / next-optimized-images

🌅 next-optimized-images automatically optimizes images used in next.js projects (jpeg, png, svg, webp and gif).
MIT License
2.21k stars 93 forks source link

gastby-image/gatsby-image-sharp for NextJS #155

Open truongsinh opened 4 years ago

truongsinh commented 4 years ago

Ref

[this] takes cares of size-optimization/format but is missing a lot of features like:

  • responsive image
  • remote image download
  • lazy load images
  • hold the image position
  • etc.
sandys commented 4 years ago

related to https://github.com/cyrilwanner/next-optimized-images/issues/154

cyrilwanner commented 4 years ago

It is planned for the next major version of this plugin. The first canary version of that is just a few days away. However, the first canary will not yet include all features (like remote image download), but they will get added very soon after that. I'll keep you posted about the status in https://github.com/cyrilwanner/next-optimized-images/issues/120

nandorojo commented 4 years ago

@cyrilwanner Thanks for the great work on this. I just wanted to ask if remote image downloads have been added to the canary yet. I've been following #120 and the readme, but didn't see it there so I wanted to make sure.

I'm asking here instead of #120 to avoid spamming everyone, but I think that remote image downloading in static generation would be the most important feature after everything the canary branch already has.

I know you're busy, so no worries if it's still in the works. But I really can't wait to use it when it's ready.