Profectus / features/particles/particles / createParticles
Function: createParticles() ​
createParticles<
T
>(optionsFunc
?):any
Lazily creates particles with the given options.
Type Parameters ​
• T extends ParticlesOptions
Parameters ​
optionsFunc? ​
() => T
Particles options.
Returns ​
any