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.

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