Amoy-filters are based on pixijs filter, similar to pixi-filters library, providing rich and common 2D game effects!
Click here to interactively play with filters to see how they work.
Click here to interactively play with filters to see how they work.
Click here to see how to use it.
All filters work with PixiJS v5.
Build all filters, demo and screenshots by running the following:
npm run buildBuild single filter by running the following:
npm run build:prod -- --scope "@amoy/filter-flame"Build multiple filters where scope is a glob expression:
npm run build:prod -- --scope "{@amoy/filter-light2d,@amoy/filter-mosaic}"Watch all filters (auto-rebuild upon src changes):
npm run watchBuild all filters in dev-mode (un-minified):
npm run build:devThanks PIXI FILTERS .







