0.19.0 • Published 1 year ago

@hidoo/gulp-plugin-image-evenizer v0.19.0

Weekly downloads
24
License
MIT
Repository
-
Last release
1 year ago

@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

1.0.0-alpha.1

1 year ago

1.0.0-alpha.0

1 year ago

0.19.0

4 years ago

0.18.0

4 years ago

0.17.0

4 years ago

0.16.0

4 years ago

0.15.0

5 years ago

0.14.1

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago