UNPKG

@tsparticles/shape-text

Version:
4 lines (3 loc) 190 B
import { type IShapeDrawData } from "@tsparticles/engine"; import type { TextParticle } from "./TextParticle.js"; export declare function drawText(data: IShapeDrawData<TextParticle>): void;