UNPKG

@tsparticles/plugin-canvas-mask

Version:

tsParticles canvas mask plugin

9 lines (8 loc) 233 B
import type { IFontTextMask } from "./IFontTextMask.js"; import type { ITextMaskLine } from "./ITextMaskLine.js"; export interface ITextMask { color: string; font: IFontTextMask; lines: ITextMaskLine; text: string; }