UNPKG

@tsparticles/updater-size

Version:

tsParticles particles size updater

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