Place
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m1s

This commit is contained in:
2026-06-11 23:47:37 +02:00
parent 887e8c80af
commit 6e4a9ac967
15 changed files with 689 additions and 158 deletions

View File

@@ -260,8 +260,8 @@ onMounted(() => {
canvas.value.style.height = `${h}px`
ctx.setTransform(1, 0, 0, 1, 0, 0)
ctx.scale(dpr, dpr)
particles = createParticles(w, h)
bgParticles = createBgParticles(w, h)
// particles = createParticles(w, h)
// bgParticles = createBgParticles(w, h)
})
if (ctx && canvas.value) {