fix lint
All checks were successful
Code quality checks / biome (push) Successful in 11s

This commit is contained in:
creations 2025-04-19 19:18:48 -04:00
parent 83babb8c5c
commit 8c696914b8
Signed by: creations
GPG key ID: 8F553AA4320FC711
4 changed files with 3 additions and 4 deletions

View file

@ -31,7 +31,7 @@ document.addEventListener("DOMContentLoaded", () => {
let x = Math.random() * window.innerWidth * 0.8;
let y = Math.random() * window.innerHeight * 0.3;
const angle = Math.random() * Math.PI / 6 + Math.PI / 8;
const angle = (Math.random() * Math.PI) / 6 + Math.PI / 8;
const speed = 10;
const totalFrames = 60;