@tsparticles/plugin-emitters
Version:
tsParticles emitters plugin
8 lines (7 loc) • 383 B
TypeScript
import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine";
import type { IEmitterShapeReplace } from "../Interfaces/IEmitterShapeReplace.js";
export declare class EmitterShapeReplace implements IEmitterShapeReplace, IOptionLoader<IEmitterShapeReplace> {
color: boolean;
opacity: boolean;
load(data?: RecursivePartial<IEmitterShapeReplace>): void;
}