UNPKG

@tsparticles/plugin-emitters

Version:

tsParticles emitters plugin

10 lines (9 loc) 456 B
import type { EmittersEngine } from "./EmittersEngine.js"; export declare function loadEmittersPluginSimple(engine: EmittersEngine): Promise<void>; export type * from "./EmitterContainer.js"; export * from "./EmitterShapeBase.js"; export type * from "./EmittersEngine.js"; export type * from "./IEmitterShape.js"; export type * from "./IEmitterShapeGenerator.js"; export * from "./Enums/EmitterClickMode.js"; export type * from "./IRandomPositionData.js";