UNPKG

@tsparticles/shape-star

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