File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ yarn add @tsparticles/vue3
2121``` javascript
2222import Particles from " @tsparticles/vue3" ;
2323// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
24- import { loadSlim } from " tsparticles- slim" ; // if you are going to use `loadSlim`, install the "tsparticles- slim" package too.
24+ import { loadSlim } from " @ tsparticles/ slim" ; // if you are going to use `loadSlim`, install the "@ tsparticles/ slim" package too.
2525
2626createApp (App).use (Particles, {
2727 init: async engine => {
2828 // await loadFull(engine); // you can load the full tsParticles library from "tsparticles" if you need it
29- await loadSlim (engine); // or you can load the slim version from "tsparticles- slim" if don't need Shapes or Animations
29+ await loadSlim (engine); // or you can load the slim version from "@ tsparticles/ slim" if don't need Shapes or Animations
3030 },
3131});
3232```
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ yarn add @tsparticles/vue3
2121``` javascript
2222import Particles from " @tsparticles/vue3" ;
2323// import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too.
24- import { loadSlim } from " tsparticles- slim" ; // if you are going to use `loadSlim`, install the "tsparticles- slim" package too.
24+ import { loadSlim } from " @ tsparticles/ slim" ; // if you are going to use `loadSlim`, install the "@ tsparticles/ slim" package too.
2525
2626createApp (App).use (Particles, {
2727 init: async engine => {
2828 // await loadFull(engine); // you can load the full tsParticles library from "tsparticles" if you need it
29- await loadSlim (engine); // or you can load the slim version from "tsparticles- slim" if don't need Shapes or Animations
29+ await loadSlim (engine); // or you can load the slim version from "@ tsparticles/ slim" if don't need Shapes or Animations
3030 },
3131});
3232```
You can’t perform that action at this time.
0 commit comments