1.0.7 • Published 7 years ago

gulp-imgload v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

gulp-yfy-img

优化图片加载

  • jpg修改为渐变式加载
  • png生产一倍图

安装

    yarn add gulp-yfy-img --dev

安装依赖

  • mac
    brew install imagemagick --with-webp

用法

    const gulp = require('gulp');
    const yfyImg=require('gulp-yfy-img');
    gulp.task('default',function(){
        gulp.src('./src/**/*.+(jpg|png)')
        .pipe(yfyImg())
        .pipe(gulp.dest('./dist'))
    })

options

待定

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago