This commit is contained in:
eric
2026-03-10 01:51:59 -05:00
parent be7a298604
commit f132a6b1a6

View File

@@ -35,7 +35,7 @@ export function ParticleBackground() {
outModes: { default: "bounce" },
speed: 0.3,
},
number: { density: { enable: true, area: 800 }, value: 50 },
number: { density: { enable: true, width: 800, height: 800 }, value: 50 },
opacity: { value: { min: 0.1, max: 0.4 } },
shape: { type: "circle" },
size: { value: { min: 0.5, max: 2 } },