You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to convert images from one specific type to another using an object.
Now, when using the usual (in the documentation below - general) parameter objects, the original images are also transmitted as a result optimized.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## What is this
6
6
### With this thing you can: <br>
7
-
- Optimize your images
7
+
- Optimize your images.
8
8
- Convert your images to other formats (including, but not limited to `.webp` and `.avif`).
9
9
### Features
10
10
- Using the [sharp](https://www.npmjs.com/package/sharp) plugin.
@@ -13,7 +13,7 @@
13
13
14
14
## Why is this
15
15
16
-
-[imagemin](https://www.npmjs.com/package/imagemin) is unmaintained, [see the issue](https://github.com/imagemin/imagemin/issues/385)
16
+
-[imagemin](https://www.npmjs.com/package/imagemin) is unmaintained, [see the issue](https://github.com/imagemin/imagemin/issues/385).
17
17
-[gulp-libsquoosh](https://www.npmjs.com/package/gulp-libsquoosh) uses the outdated library [@squoosh/lib](https://www.npmjs.com/package/@squoosh/lib), which does not have support for node > 16.0.0. In addition, the squoosh lib is no longer maintained.
18
18
-[@donmahallem/gulp-sharp](https://www.npmjs.com/package/@donmahallem/gulp-sharp) does not have normal documentation.
19
19
- I have not found a single plugin that would simultaneously allow you to use the [sharp library](https://www.npmjs.com/package/sharp), convert and optimize images.
0 commit comments