@pixi/filter-cross-hatch
v5.1.1
Published
PixiJS filter to apply a cross-hatch black and white effect
Downloads
49,624
Readme
CrossHatchFilter
PixiJS filter to apply a cross-hatch black and white effect.
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