We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, a try to convert to webp and I get null in destination path:
data: <Buffer 52 49 46 46 d6 2f 00 00 57 45 42 50 56 50 38 58 0a 00 00 00 10 00 00 00 b1 01 00 58 01 00 41 4c 50 48 48 01 00 00 01 2f 20 10 48 f6 c7 5d 20 8d 88 88 ... 12204 more bytes>, path: null
Code:
import imagemin from 'imagemin'; import imageminWebp from 'imagemin-webp'; const files = await imagemin(['img/home/*.{jpeg,png,jpg}'], { destination: 'img/buildwebp', plugins: [imageminWebp({quality: 80})], }); console.log(files);
Any help?
Thanks...
The text was updated successfully, but these errors were encountered:
Having the same issue. Did you manage to find a solution yet?
Sorry, something went wrong.
No branches or pull requests
Hi, a try to convert to webp and I get null in destination path:
data: <Buffer 52 49 46 46 d6 2f 00 00 57 45 42 50 56 50 38 58 0a 00 00 00 10 00 00 00 b1 01 00 58 01 00 41 4c 50 48 48 01 00 00 01 2f 20 10 48 f6 c7 5d 20 8d 88 88 ... 12204 more bytes>, path: null
Code:
Any help?
Thanks...
The text was updated successfully, but these errors were encountered: