next-image-export-optimizer icon indicating copy to clipboard operation
next-image-export-optimizer copied to clipboard

Use Next.js advanced <Image/> component with the static export functionality. Optimizes all static images in an additional step after the Next.js static export.

Results 29 next-image-export-optimizer issues
Sort by recently updated
recently updated
newest added

Hi, I have a NextJS app with App Router deployed to Github Pages, and this is one of the pages: https://gevuong.github.io/minimal-i18n-with-app-router/en/our-story I noticed the optimized `.WEBP` image is not being...

``` MacBook-Pro:react-blog jenszastrow$ yarn next-image-export-optimizer yarn run v1.22.19 $ /Users/jenszastrow/jzs/lead-engine/templates/react-blog/node_modules/.bin/next-image-export-optimizer /Users/jenszastrow/jzs/lead-engine/templates/react-blog/node_modules/cli-progress/lib/formatter.js:1 const _stringWidth = require('string-width'); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/jenszastrow/jzs/lead-engine/templates/react-blog/node_modules/string-width/index.js from /Users/jenszastrow/jzs/lead-engine/templates/react-blog/node_modules/cli-progress/lib/formatter.js not supported. Instead change the...

Hi, is there a specific reason why there is only conversion to WEBP available? AVIF is supposed to be even better. I'm thinking about coding it up, but I wanted...

Hello @Niels-IO, Thank you for your efforts. Good job! The package itself works very well, but I've noticed a significant missing feature: optimization of images included in CSS, such as...

Heya! one more quick potential change from me to gather thoughts. Im using this tool to use SSG by conecting to contentful and downloading all the remote images. Now sometimes...

Hey, Quick note (appriciate the libray, was exactly what i needed!). Having problems where i have a project based on ESM; and having a `remoteOptimizedImages.js` file is failing due to...

Hi there, I was wondering if it’s possible to inline blur placeholders as Base64 data URLs to reduce load time? In my current project, I display 50 images in a...