UNPKG

@tsparticles/plugin-canvas-mask

Version:

tsParticles canvas mask plugin

8 lines (7 loc) 343 B
import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { ITextMaskLine } from "../Interfaces/ITextMaskLine.js"; export declare class TextMaskLine implements ITextMaskLine, IOptionLoader<ITextMaskLine> { separator: string; spacing: number; load(data?: RecursivePartial<ITextMaskLine>): void; }