This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user