Added timer

This commit is contained in:
2026-05-04 15:32:19 -04:00
parent fbe46b8215
commit 93f0fa7c09
8 changed files with 203 additions and 83 deletions

View File

@@ -1,3 +1,4 @@
// Copyright John Salguero All rights Reserved
const canvas = document.getElementById("waveCanvas");
const ctx = canvas.getContext("2d");