pixler
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pixler

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

10.5 kB

Total Files

10

Last publish

Collaborators

  • grapgrap