UNPKG

@tsparticles/updater-life

Version:

tsParticles particles life updater

3 lines (2 loc) 142 B
import { type Engine } from "@tsparticles/engine"; export declare function loadLifeUpdater(engine: Engine, refresh?: boolean): Promise<void>;