Hello and sorry if it sounds dumb, I am reading the README.md on npmjs and it starts with:
- Optimize images using WebAssembly (runs in every environment)
- React components for different use-cases (responsive images, WebP conversion, lazy loading placeholders, image manipulation, ...)
- Build cache for images for faster builds
- Convert to WebP automatically during a webpack build
- Inline small images automatically
I then see that it depend on optimized-images-loader which I also read.
It seems that most of those features are possible with it. I am using react, what is the major addition you have made with optimized images loader ?
I have tried to configure the plugin but I am stuck with cyrilwanner/optimized-images-loader#23, all my images now look like:

Hello and sorry if it sounds dumb, I am reading the
README.mdon npmjs and it starts with:I then see that it depend on
optimized-images-loaderwhich I also read.It seems that most of those features are possible with it. I am using react, what is the major addition you have made with optimized images loader ?
I have tried to configure the plugin but I am stuck with cyrilwanner/optimized-images-loader#23, all my images now look like: