UNPKG

@tsparticles/slim

Version:

Slim tsParticles bundle — core engine with essential plugins, presets, and interactions for lightweight particle animations. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.

8 lines (7 loc) 273 B
export * from "@tsparticles/engine"; import { loadSlim } from "./index.js"; import { tsParticles } from "@tsparticles/engine"; export { loadSlim } from "./index.js"; const globalObject = globalThis; globalObject.loadSlim = loadSlim; globalObject.tsParticles = tsParticles;