UNPKG

@tsparticles/plugin-canvas-mask

Version:

tsParticles canvas mask plugin

6 lines (5 loc) 159 B
import type { IRgba } from "@tsparticles/engine"; export interface ICanvasMaskPixels { filter: string | ((pixel: IRgba) => boolean); offset: number; }