文件名称:gulp-cwebp:使用gulp任务将JPG和PNG图像转换为WebP
文件大小:415KB
文件格式:ZIP
更新时间:2024-02-24 13:10:16
gulp image webp cwebp GulpJavaScript
gulp-cwebp 使用gulp任务将JPG和PNG图像转换为WebP。 安装 $ npm install --save-dev gulp-cwebp 用法 这是gulpfile.js示例。 const gulp = require ( 'gulp' ) ; const cwebp = require ( 'gulp-cwebp' ) ; gulp . task ( 'cwebp' , function ( ) { gulp . src ( './fixtures/*' ) . pipe ( cwebp ( ) ) . pipe ( gulp . dest ( '.
【文件预览】:
gulp-cwebp-master
----.gitignore(18B)
----package.json(842B)
----package-lock.json(349KB)
----index.js(1KB)
----.github()
--------workflows()
----readme.md(593B)
----test()
--------test.js(1KB)
--------fixtures()
----.editorconfig(174B)