From 8b40da04f1d94e76151c226eb0e723ba9ec8dce0 Mon Sep 17 00:00:00 2001 From: shrpne Date: Mon, 10 Aug 2020 22:26:33 +0300 Subject: [PATCH] Update readme lossless note (#346) --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 34189a1..4596f71 100644 --- a/readme.md +++ b/readme.md @@ -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.