UNPKG

@tsparticles/plugin-canvas-mask

Version:

tsParticles canvas mask plugin

7 lines (6 loc) 298 B
import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IImageMask } from "../Interfaces/IImageMask.js"; export declare class ImageMask implements IImageMask, IOptionLoader<IImageMask> { src: string; load(data?: RecursivePartial<IImageMask>): void; }