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.

3 lines (2 loc) 121 B
import { type Engine } from "@tsparticles/engine/lazy"; export declare function loadSlim(engine: Engine): Promise<void>;