nuxt-particles
nuxt-particles copied to clipboard
Load a tsParticles Preset
Hey there, thanks for your package! How would I load a preset like: @tsparticles/preset-hyperspace
Maybe like this idk:
import { loadFireflyPreset } from "@tsparticles/preset-hyperspace"
import type { Container, Engine } from 'tsparticles-engine'
const onLoad = async (container: Container, engine: Engine) => {
await loadHyperSpacePreset(engine);
}
Just adding the options from the presets is temporary workaround :)
Could you give an example of how to do this?