1. 首页
  2. 数据库
  3. 其它
  4. gulp cwebp:使用gulp任务将JPG和PNG图像转换为WebP 源码

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

上传者: 2021-02-07 11:48:52上传 ZIP文件 414.58KB 热度 51次
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 ( '.
用户评论