UNPKG

@tsparticles/updater-life

Version:

tsParticles particles life updater

6 lines (5 loc) 236 B
import { loadLifeUpdater } from "./index.js"; const globalObject = globalThis; globalObject.__tsParticlesInternals = globalObject.__tsParticlesInternals ?? {}; globalObject.loadLifeUpdater = loadLifeUpdater; export * from "./index.js";