From 016bfcaa618e88c3177e1c28e0fdf43a42980a22 Mon Sep 17 00:00:00 2001 From: Ayush <99096397+ayush4345@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:15:19 +0530 Subject: [PATCH] chnaged particle animation --- src/components/particles.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/particles.jsx b/src/components/particles.jsx index 2961766..697237e 100644 --- a/src/components/particles.jsx +++ b/src/components/particles.jsx @@ -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); });