UNPKG

@tsparticles/plugin-emitters

Version:

tsParticles emitters plugin

11 lines (10 loc) 499 B
import type { EmittersEngine } from "./EmittersEngine.js"; export declare function loadEmittersPlugin(engine: EmittersEngine): Promise<void>; export * from "./ensureEmittersPluginLoaded.js"; 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";