UNPKG

@tsparticles/interaction-external-repulse

Version:

tsParticles repulse external interaction

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