PixiJS filter to apply a cross-hatch black and white effect
npm install @pixi/filter-cross-hatch> PixiJS filter to apply a cross-hatch black and white effect.
``bash`
npm install @pixi/filter-cross-hatch
`js
import {CrossHatchFilter} from '@pixi/filter-cross-hatch';
import {Container} from 'pixi.js';
const container = new Container();
container.filters = [new CrossHatchFilter()];
``
See https://filters.pixijs.download/main/docs/CrossHatchFilter.html