UNPKG
@tsparticles/configs
Version:
beta (3.6.0-beta.1)
latest (3.9.1)
next (3.0.2)
3.9.1
3.9.0
3.8.1
3.8.0
3.7.3
3.7.2
3.7.1
3.7.0
3.6.0
3.6.0-beta.1
3.6.0-beta.0
3.5.0
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
tsParticles demo configurations
particles.js.org
tsparticles/tsparticles
@tsparticles/configs
/
types
/
o
/
index.d.ts
6 lines
(5 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_default
: {
oklch
:
import
(
"@tsparticles/engine"
).
RecursivePartial
<
import
(
"@tsparticles/engine"
).
IOptions
>;
orbit
:
import
(
"@tsparticles/engine"
).
RecursivePartial
<
import
(
"@tsparticles/engine"
).
IOptions
>; };
export
default
_default;