UNPKG

@tsparticles/plugin-emitters

Version:

tsParticles emitters plugin

6 lines (5 loc) 134 B
import type { IFill, IStroke } from "@tsparticles/engine"; export interface IEmitterSpawn { fill?: IFill; stroke?: IStroke; }