4.0.2 • Published 4 years ago

gulp-cwebp v4.0.2

Weekly downloads
55
License
MIT
Repository
github
Last release
4 years ago

gulp-cwebp Build Status

Convert JPG and PNG images to WebP with gulp task.

Install

$ npm install --save-dev gulp-cwebp

Usage

This is gulpfile.js sample.

const gulp  = require('gulp');
const cwebp = require('gulp-cwebp');

gulp.task('cwebp', function () {
  gulp.src('./fixtures/*')
    .pipe(cwebp())
    .pipe(gulp.dest('./dest/'));
});

gulp.task('default', ['cwebp']);

License

MIT © Shogo Sensui

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.0

6 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago