UNPKG

@tsparticles/updater-life

Version:

tsParticles particles life updater

4 lines (3 loc) 221 B
import { type IDelta, type IDimension } from "@tsparticles/engine"; import type { LifeParticle } from "./Types.js"; export declare function updateLife(particle: LifeParticle, delta: IDelta, canvasSize: IDimension): void;