UNPKG

@tsparticles/updater-out-modes

Version:

tsParticles particles out modes updater

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