All Projects → L-x-C → imageShrink

L-x-C / imageShrink

Licence: other
reduce image size of your project by 60% seamlessly

Programming Languages

javascript
184084 projects - #8 most used programming language

imageShrink npm version

reduce image size of your project by 60% seamlessly

Install

npm install super-image-shrink

Usage

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

Result

before

before

after

after

before

rick 258kb

after

rick_shrink 42kb

at least i can't see any difference with my eyes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].