整了个自动生成波形的小东西(测试)

This commit is contained in:
2024-05-11 12:53:55 +08:00
parent 2cb025f796
commit 4e3862790b
8 changed files with 228 additions and 11 deletions

17
waveHelper.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/notyf.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>waveHelper</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/waveHelper.ts"></script>
</body>
</html>