Skip to content

Commit

Permalink
Update readme lossless note (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Aug 10, 2020
1 parent 1cbb7c5 commit 8b40da0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Note that you may come across an older, implicit syntax. In versions < 3, the sa

## API

Comes bundled with the following **lossless** optimizers:
Comes bundled with the following optimizers:

- [gifsicle](https://github.com/imagemin/imagemin-gifsicle)*Compress GIF images*
- [mozjpeg](https://github.com/imagemin/imagemin-mozjpeg)*Compress JPEG images*
- [optipng](https://github.com/imagemin/imagemin-optipng)*Compress PNG images*
- [svgo](https://github.com/imagemin/imagemin-svgo)*Compress SVG images*
- [gifsicle](https://github.com/imagemin/imagemin-gifsicle)*Compress GIF images, lossless*
- [mozjpeg](https://github.com/imagemin/imagemin-mozjpeg)*Compress JPEG images, lossy*
- [optipng](https://github.com/imagemin/imagemin-optipng)*Compress PNG images, lossless*
- [svgo](https://github.com/imagemin/imagemin-svgo)*Compress SVG images, lossless*

These are bundled for convenience and most users will not need anything else.

Expand Down

0 comments on commit 8b40da0

Please sign in to comment.