Skip to content

Commit

Permalink
chnaged particle animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush4345 committed Feb 28, 2024
1 parent 2f6dbef commit 016bfca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/particles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default function ParticlesAnimation() {
// starting from v2 you can add only the features you need reducing the bundle size
//await loadAll(engine);
//await loadFull(engine);
// await loadFull(engine);
await loadBasic(engine);
await loadFull(engine);
// await loadBasic(engine);
}).then(() => {
setInit(true);
});
Expand Down

0 comments on commit 016bfca

Please sign in to comment.