5.1.1 • Published 3 years ago

@pixi/filter-cross-hatch v5.1.1

Weekly downloads
3,301
License
MIT
Repository
github
Last release
3 years ago

CrossHatchFilter

PixiJS filter to apply a cross-hatch black and white effect.

View demo

Installation

npm install @pixi/filter-cross-hatch

Usage

import {CrossHatchFilter} from '@pixi/filter-cross-hatch';
import {Container} from 'pixi.js';

const container = new Container();
container.filters = [new CrossHatchFilter()];

Documentation

See https://filters.pixijs.download/main/docs/CrossHatchFilter.html

5.1.1

3 years ago

5.0.0

3 years ago

4.2.0

3 years ago

4.1.3

4 years ago

4.1.3-rc.2

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.3

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.7.0

6 years ago

2.5.0

8 years ago

2.4.0

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago