@inizioevoke/fork-next-export-optimize-images
v4.8.2
Published
Fork of next-export-optimize-images. Optimize images at build time with Next.js.
Keywords
Readme
FORK - Next Export Optimize Images
Fork of next-export-optimize-images
Using this repository, you can get the full benefits of next/image even when using next export by doing image optimization at build time.
This makes it possible to build a high performance website with this solution, whether you want to build a simple website or a completely static output.
Feature
- Optimize images at build time.
- All options for
next/imageavailable - Convert formats (png → webp, etc.)
- Download external images locally.
- Using
sharp, so it's fast. - Cache prevents repeating the same optimization
- Support TypeScript
- Support AppRouter
srcSetstops at the source's intrinsic width — no upscaled variants are generated or requested
Document Site
https://next-export-optimize-images.vercel.app
DeepWiki
https://deepwiki.com/dc7290/next-export-optimize-images
License
Next Export Optimize Images is available under the MIT License.
