1.0.0-alpha.4 • Published 1 year ago
@hidoo/gulp-plugin-image-evenizer
Licence
MIT
Version
1.0.0-alpha.4
Deps
8
Size
7 kB
Vulns
2
Weekly
0
@hidoo/gulp-plugin-image-evenizer
Plugin that evenize image for gulp.
Installation
$ npm install --save-dev gulp@next @hidoo/gulp-plugin-image-evenizer
Usage
import { src, dest, task } from 'gulp';
import imageEvenizer from '@hidoo/gulp-plugin-image-evenizer';
task('evenize', () =>
src('/path/to/src').pipe(imageEvenizer()).pipe(dest('/path/to/dest'))
);
Supported formats
PNG
JPEG
GIF (Partical support)
- Alpha GIF and Animated GIF are not support.
Test
$ pnpm test
License
MIT