reduce image size of your project by 60% seamlessly
npm install super-image-shrink
in your package.json, add a line in scripts you can change 'src' to your target directory
{
...
"scripts": {
"shrink": "node node_modules/super-image-shrink src"
},
...
}
in your project directory
npm run shrink
at least i can't see any difference with my eyes