@hidoo/gulp-plugin-image-evenizer

0.19.0 • Public • Published

@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

$ yarn test

License

MIT

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @hidoo/gulp-plugin-image-evenizer

Weekly Downloads

5

Version

0.19.0

License

MIT

Unpacked Size

17.4 kB

Total Files

5

Last publish

Collaborators

  • hidoo