UNPKG

@tsparticles/interaction-particles-links

Version:

tsParticles links particles interaction

7 lines (6 loc) 261 B
import { Linker } from "./Linker.js"; export async function loadLinksInteraction(engine, refresh = true) { await engine.addInteractor("particlesLinks", async (container) => { return Promise.resolve(new Linker(container, engine)); }, refresh); }