From d02439d4f73ae52193b03d0bd17d04b72c83ace4 Mon Sep 17 00:00:00 2001 From: Daniel Schmid Date: Thu, 31 Dec 2020 14:15:08 +0100 Subject: [PATCH] README.md: Remove obsolete statement about supported Pngquant version, see #120 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8435fbd..d1446a7 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,6 @@ PNGs will be made smaller by running them through two tools. The first one is [P - `-i0`: this will result in a non-interlaced, progressive scanned image - `-o2`: this set the optimization level to two (multiple IDAT compression trials) -This package only supports Pngquant 2.5 and lower. - ### SVGs SVGs will be minified by [SVGO](https://github.com/svg/svgo). SVGO's default configuration will be used, with the omission of the `cleanupIDs` plugin because that one is known to cause troubles when displaying multiple optimized SVGs on one page.