-
We were updating our Emulsify version to more recent Storybook versions to handle NPM audit security warnings.
During this we noticed that the currently used Imagemin plugin has security issues. When…
-
I use gulp-imagemin im my gulp as ESM. When I run my gulp task with gulp-imagemin plugin, I've got the issue:
```
gulp-imagemin: Could not load default plugin `gifsicle`
gulp-imagemin: Could not lo…
-
### Steps to reproduce
```ts
import { defineConfig } from 'vite';
import imagemin from 'unplugin-imagemin/vite';
export default defineConfig({
plugins: [imagemin()]
}
```
### What is expec…
-
I'd like to make use of the new JPEG compression from Google, https://github.com/google/guetzli/
I see there is an imagemin plugin for it: https://github.com/imagemin/imagemin-guetzli
I've downl…
-
### Error
```log
[18:25:48] TypeError: imagemin.optipng is not a function
```
Doesn't seem to detect any of the plugins and fails on whatever it hits first, in the above error imagemin.optipng. I'…
-
as titled.
My problem was like #377, but I correctly import the modules needed as shown in the gulp ESM.
my gulpfile.mjs
```javascript
import gulp from "gulp";
import imagemin, {mozjpeg, op…
-
It throws up a type definition error when importing module. Tried tweaking imagemin's @types/imagemin, but it didn't work.
```
// Type definitions for imagemin 7.0
// Project: https://github.com/im…
-
Do npm audit and you will see the result.
=== npm audit security report ===
…
-
Add the following plugins to the Linemanjs.com documentation, as per @searls request.
https://github.com/Psiablo/lineman-autoprefixer
https://github.com/Psiablo/lineman-imagemin
https://github.com/Ps…
-
Hello! Thanks for all the hard work on this plugin, really liking it. I'm not a frontend expert, so I came across something I found weird.
When I use this plugin to compress my image files (PNGs, j…