7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
import { loadFull } from ".";
|
|
import { tsParticles } from "tsparticles-engine";
|
|
loadFull(tsParticles);
|
|
export { loadFull };
|
|
export * from "tsparticles-slim";
|
|
export * from "tsparticles-engine";
|