@@ -68,7 +68,7 @@ Examples:
6868``` jsx
6969import { useEffect , useMemo , useState } from " react" ;
7070import 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.
7272// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
7373import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
7474// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
@@ -191,7 +191,7 @@ import {
191191 MoveDirection ,
192192 OutMode ,
193193} 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.
195195// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
196196import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
197197// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
@@ -310,7 +310,7 @@ const App = () => {
310310``` jsx
311311import { useEffect , useState } from " react" ;
312312import 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.
314314// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
315315import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
316316// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
@@ -357,7 +357,7 @@ const App = () => {
357357import { useEffect , useState } from " react" ;
358358import Particles , { initParticlesEngine } from " @tsparticles/react" ;
359359import 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.
361361// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
362362import { loadSlim } from " @tsparticles/slim" ; // if you are going to use `loadSlim`, install the "@tsparticles/slim" package too.
363363// import { loadBasic } from "@tsparticles/basic"; // if you are going to use `loadBasic`, install the "@tsparticles/basic" package too.
0 commit comments