@@ -68,7 +68,7 @@ Examples:
68
68
``` jsx
69
69
import { useEffect , useMemo , useState } from " react" ;
70
70
import Particles , { initParticlesEngine } from " @tsparticles/react" ;
71
- // import { loadAll } from "@/ tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
71
+ // import { loadAll } from "@tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
72
72
// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
73
73
import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
74
74
// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
@@ -191,7 +191,7 @@ import {
191
191
MoveDirection ,
192
192
OutMode ,
193
193
} from " @tsparticles/engine" ;
194
- // import { loadAll } from "@/ tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
194
+ // import { loadAll } from "@tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
195
195
// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
196
196
import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
197
197
// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
@@ -310,7 +310,7 @@ const App = () => {
310
310
``` jsx
311
311
import { useEffect , useState } from " react" ;
312
312
import Particles , { initParticlesEngine } from " @tsparticles/react" ;
313
- // import { loadAll } from "@/ tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
313
+ // import { loadAll } from "@tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
314
314
// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
315
315
import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
316
316
// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
@@ -357,7 +357,7 @@ const App = () => {
357
357
import { useEffect , useState } from " react" ;
358
358
import Particles , { initParticlesEngine } from " @tsparticles/react" ;
359
359
import type { Container } from " @tsparticles/engine" ;
360
- // import { loadAll } from "@/ tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
360
+ // import { loadAll } from "@tsparticles/all"; // if you are going to use `loadAll`, install the "@tsparticles/all" package too.
361
361
// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
362
362
import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
363
363
// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
0 commit comments