Skip to content

Commit c01d23a

Browse files
committed
build: updated docs
1 parent 3c6477a commit c01d23a

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

README.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -139,71 +139,71 @@ const App = () => {
139139
options={{
140140
background: {
141141
color: {
142-
value: "#0d47a1"
143-
}
142+
value: "#0d47a1",
143+
},
144144
},
145145
fpsLimit: 120,
146146
interactivity: {
147147
events: {
148148
onClick: {
149149
enable: true,
150-
mode: "push"
150+
mode: "push",
151151
},
152152
onHover: {
153153
enable: true,
154-
mode: "repulse"
154+
mode: "repulse",
155155
},
156-
resize: true
156+
resize: true,
157157
},
158158
modes: {
159159
push: {
160-
quantity: 4
160+
quantity: 4,
161161
},
162162
repulse: {
163163
distance: 200,
164-
duration: 0.4
165-
}
166-
}
164+
duration: 0.4,
165+
},
166+
},
167167
},
168168
particles: {
169169
color: {
170-
value: "#ffffff"
170+
value: "#ffffff",
171171
},
172172
links: {
173173
color: "#ffffff",
174174
distance: 150,
175175
enable: true,
176176
opacity: 0.5,
177-
width: 1
177+
width: 1,
178178
},
179179
move: {
180180
direction: "none",
181181
enable: true,
182182
outModes: {
183-
default: "bounce"
183+
default: "bounce",
184184
},
185185
random: false,
186186
speed: 6,
187-
straight: false
187+
straight: false,
188188
},
189189
number: {
190190
density: {
191191
enable: true,
192-
area: 800
192+
area: 800,
193193
},
194-
value: 80
194+
value: 80,
195195
},
196196
opacity: {
197-
value: 0.5
197+
value: 0.5,
198198
},
199199
shape: {
200-
type: "circle"
200+
type: "circle",
201201
},
202202
size: {
203-
value: { min: 1, max: 5 }
204-
}
203+
value: { min: 1, max: 5 },
204+
},
205205
},
206-
detectRetina: true
206+
detectRetina: true,
207207
}}
208208
/>
209209
);
@@ -241,71 +241,71 @@ const App = () => {
241241
options={{
242242
background: {
243243
color: {
244-
value: "#0d47a1"
245-
}
244+
value: "#0d47a1",
245+
},
246246
},
247247
fpsLimit: 120,
248248
interactivity: {
249249
events: {
250250
onClick: {
251251
enable: true,
252-
mode: "push"
252+
mode: "push",
253253
},
254254
onHover: {
255255
enable: true,
256-
mode: "repulse"
256+
mode: "repulse",
257257
},
258-
resize: true
258+
resize: true,
259259
},
260260
modes: {
261261
push: {
262-
quantity: 4
262+
quantity: 4,
263263
},
264264
repulse: {
265265
distance: 200,
266-
duration: 0.4
267-
}
268-
}
266+
duration: 0.4,
267+
},
268+
},
269269
},
270270
particles: {
271271
color: {
272-
value: "#ffffff"
272+
value: "#ffffff",
273273
},
274274
links: {
275275
color: "#ffffff",
276276
distance: 150,
277277
enable: true,
278278
opacity: 0.5,
279-
width: 1
279+
width: 1,
280280
},
281281
move: {
282282
direction: "none",
283283
enable: true,
284284
outModes: {
285-
default: "bounce"
285+
default: "bounce",
286286
},
287287
random: false,
288288
speed: 6,
289-
straight: false
289+
straight: false,
290290
},
291291
number: {
292292
density: {
293293
enable: true,
294-
area: 800
294+
area: 800,
295295
},
296-
value: 80
296+
value: 80,
297297
},
298298
opacity: {
299-
value: 0.5
299+
value: 0.5,
300300
},
301301
shape: {
302-
type: "circle"
302+
type: "circle",
303303
},
304304
size: {
305-
value: { min: 1, max: 5 }
306-
}
305+
value: { min: 1, max: 5 },
306+
},
307307
},
308-
detectRetina: true
308+
detectRetina: true,
309309
}}
310310
/>
311311
);

0 commit comments

Comments
 (0)