https://github.com/peixin/compress-images
compress images by imagemin
https://github.com/peixin/compress-images
compress-images imagemin imagemin-webpack-plugin webp webpack
Last synced: about 2 months ago
JSON representation
compress images by imagemin
- Host: GitHub
- URL: https://github.com/peixin/compress-images
- Owner: peixin
- Created: 2019-03-21T08:54:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T10:36:50.000Z (over 7 years ago)
- Last Synced: 2025-09-01T10:16:00.213Z (10 months ago)
- Topics: compress-images, imagemin, imagemin-webpack-plugin, webp, webpack
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compress images by imagemin
**compress jpg png by imagemin**
**convert jpg png to webp**
- script
`node compress.js`
- webpack
`yarn compress`
**Options**
`quality: 70`
| file name | size | compressibility |
| :------------ | :------------ | :-------------- |
| test_jpg.jpg | 200,128 bytes | |
| test_jpg.jpg | 41,734 bytes | 79% |
| test_jpg.webp | 30,978 bytes | 85% |
| | | |
| test_png.png | 107,316 bytes | |
| test_png.png | 90,093 bytes | 16% |
| test_png.webp | 36,130 bytes | 66% |