forked from tsparticles/tsparticles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typedoc.json
108 lines (108 loc) · 2.32 KB
/
typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"gaID": "UA-161253125-1",
"includes": "./markdown",
"entryPoints": [
"engine",
"interactions/light",
"interactions/external/attract",
"interactions/external/bounce",
"interactions/external/bubble",
"interactions/external/connect",
"interactions/external/grab",
"interactions/external/pause",
"interactions/external/push",
"interactions/external/remove",
"interactions/external/repulse",
"interactions/external/trail",
"interactions/particles/attract",
"interactions/particles/collisions",
"interactions/particles/links",
"interactions/particles/repulse",
"move/base",
"move/parallax",
"paths/curves",
"paths/perlinNoise",
"paths/polygon",
"paths/simplexNoise",
"plugins/absorbers",
"plugins/emitters",
"plugins/infection",
"plugins/polygonMask",
"shapes/bubble",
"shapes/circle",
"shapes/heart",
"shapes/image",
"shapes/line",
"shapes/multiline-text",
"shapes/polygon",
"shapes/rounded-rect",
"shapes/spiral",
"shapes/square",
"shapes/star",
"shapes/text",
"updaters/angle",
"updaters/color",
"updaters/gradient",
"updaters/life",
"updaters/opacity",
"updaters/orbit",
"updaters/outModes",
"updaters/roll",
"updaters/size",
"updaters/strokeColor",
"updaters/tilt",
"updaters/twinkle",
"updaters/wobble",
"bundles/full",
"bundles/pjs",
"bundles/slim",
"presets/bigCircles",
"presets/bubbles",
"presets/confetti",
"presets/fire",
"presets/firefly",
"presets/fireworks",
"presets/fountain",
"presets/links",
"presets/seaAnemone",
"presets/snow",
"presets/stars",
"presets/triangles"
],
"entryPointStrategy": "packages",
"name": "tsParticles",
"includeVersion": true,
"hideGenerator": true,
"out": "./docs",
"clarityId": "8q4bxin4tm",
"carbonServe": "CEAI6KJL",
"carbonPlacement": "particlesjsorg",
"keywords": [
"html",
"css",
"javascript",
"typescript",
"particles",
"js",
"ts",
"jsx",
"tsx",
"canvas",
"confetti",
"fireworks",
"animations",
"react",
"vue",
"angular",
"svelte",
"libraries",
"how",
"to",
"create",
"add"
],
"validation": {
"invalidLink": true,
"notDocumented": true
}
}