1.0.5 • Published 8 years ago

gulp-yspng v1.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

gulp-yspng

gulp插件 压缩png图片

####homepage ####github : https://github.com/qq4647805/gulp-yspng

参考 node-pngquant-native

var yspng = require('gulp-yspng');

gulp.task('yspng', function() {
  gulp.src(["images/**/*.png"])
    .pipe(yspng({
       speed: 3, //1 ~ 11
      // quality: [40, 60]
    }))
    .pipe(gulp.dest("dist/images"))
});
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago