UNPKG

@tsparticles/plugin-emitters

Version:

tsParticles emitters plugin

7 lines (6 loc) 197 B
import type { IEmitterShapeReplace } from "./IEmitterShapeReplace.js"; export interface IEmitterShape { options: Record<string, unknown>; replace: IEmitterShapeReplace; type: string; }