UNPKG

@tsparticles/basic

Version:

Basic tsParticles bundle — minimal core engine with only the essential features for fast, 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) 277 B
export * from "@tsparticles/engine"; import { loadBasic } from "./index.js"; import { tsParticles } from "@tsparticles/engine"; export { loadBasic } from "./index.js"; const globalObject = globalThis; globalObject.loadBasic = loadBasic; globalObject.tsParticles = tsParticles;