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 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T10:36:50.000Z (over 6 years ago)
- Last Synced: 2025-01-07T12:14:50.151Z (9 months ago)
- Topics: compress-images, imagemin, imagemin-webpack-plugin, webp, webpack
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 1
- 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% |