1.0.4 • Published 6 years ago

pixler v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Pixler

Pixler is converter is pixelating image.

Demo Page

https://grapgrap.github.io/pixler-demo-page/

Getting Started

Installing

npm

npm install pixler

yarn

yarn add pixler

Example

const target: File | string; // target will pixelate. target could image file or image url.
const factor: number; // factor is how much will be pixelated.

pixler.pixelate(target, factor, (result) => {
  // result is pixelated image.
});

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago