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

Could you add a way to add custom option to the HTTP requests made when downloading remote images? I have some images hosted on internal servers. To fetch these, custom...

I want to move the hashes json and optimized in a custom dir so I can cache them in my CI. This dirs should be used afterwards to check if...

Hi i'm currently getting this error while building the static site `"next-image-export-optimizer": 1.12.2` ``` /home/runner/work/opendeur-monorepo/opendeur-monorepo/node_modules/next-image-export-optimizer/node_modules/sharp/lib/sharp.js:114 throw new Error(help.join('\n')); ^ Error: Could not load the "sharp" module using the linux-x64 runtime...

1. some little updates for the readme in point 4. to prevent getting trapped with static import [;)](https://github.com/Niels-IO/next-image-export-optimizer/issues/198) 2. changed the `export` command according to the nextjs [docs](https://nextjs.org/docs/app/building-your-application/deploying/static-exports)

Hi @Niels-IO, first of all, thanks for all your efforts with next-image-export-optimizer. It’s an excellent tool. I have one question regarding support for SVGs: do you plan to support optimization...

This would be a breaking change, as the Image component just passed SVG through. This PR would optimize SVGs into images (webp or png) which could be smaller sometimes. The...

Is it possible to use remote svgs? Can't get them to get saved during build, without any warning or anything

Hi, when remote urls are very long (for example when using Instagram images) the filename gets too long (over 256 chars) and the optimization fails with `Error: ENAMETOOLONG: name too...

Hi there! Very much appreciate your work on this package. I'm running into an issue using this package to download remote images from an AWS S3 bucket using [pre-signed URLs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-s3-request-presigner/)....