UNPKG

@tsparticles/interaction-external-bounce

Version:

tsParticles bounce external interaction

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