UNPKG

@tsparticles/updater-life

Version:

tsParticles particles life updater

8 lines (7 loc) 206 B
import type { ILifeDelay } from "./ILifeDelay.js"; import type { ILifeDuration } from "./ILifeDuration.js"; export interface ILife { count: number; delay: ILifeDelay; duration: ILifeDuration; }