UNPKG

@tsparticles/interaction-external-trail

Version:

tsParticles trail external interaction

8 lines (7 loc) 228 B
import type { IParticlesOptions, RecursivePartial } from "@tsparticles/engine"; export interface ITrail { delay: number; particles?: RecursivePartial<IParticlesOptions>; pauseOnStop: boolean; quantity: number; }