Create canvas with ripple effect on click

This commit is contained in:
arne 2024-01-26 17:10:51 +01:00
commit 50b88dec67
7 changed files with 80 additions and 126 deletions

View file

@ -2,12 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<title>ripples | compost.party</title>
</head>
<body>
<div id="app"></div>
<canvas id="canvas"></canvas>
<script type="module" src="/src/main.ts"></script>
</body>
</html>