gulp cwebp:使用gulp任务将JPG和PNG图像转换为WebP 源码

上传:morning_59502 浏览: 49 推荐: 0 文件:ZIP 大小:414.58KB 上传时间:2021-02-07 11:48:52 版权申诉
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 ( '.
上传资源
用户评论