UNPKG

@tsparticles/updater-rotate

Version:

tsParticles particles rotate updater

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