UNPKG

@tsparticles/shape-text

Version:
5 lines (4 loc) 233 B
import { type IShapeDrawData } from "@tsparticles/engine"; import type { TextParticle } from "./TextParticle.js"; export declare const validTypes: string[]; export declare function drawText(data: IShapeDrawData<TextParticle>): void;