Optimize images as part of your Netlify build process.
npm install netlify-plugin-image-optimOptimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.
To install, add the following lines to your netlify.toml file:
``toml`
[[plugins]]
package = "netlify-plugin-image-optim"
Note: The [[plugins]] line is required for each plugin, even if you have other plugins in your netlify.toml` file already.