feat: add Tone Generator tool with precise audio controls and wave selection

This commit is contained in:
2026-03-04 06:13:52 +00:00
parent d395d8754a
commit 024bd0f20d
5 changed files with 454 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
--accent-cyan: #00f2fe;
--accent-purple: #4facfe;
--primary-accent: #00f2fe;
--primary-accent-rgb: 0, 242, 254;
--title-glow: rgba(0, 255, 255, 0.2);
--toggle-bg: rgba(255, 255, 255, 0.08);
--toggle-border: rgba(255, 255, 255, 0.2);
@@ -65,6 +66,7 @@
--accent-cyan: #0ea5e9;
--accent-purple: #6366f1;
--primary-accent: #0ea5e9;
--primary-accent-rgb: 14, 165, 233;
--title-glow: rgba(14, 165, 233, 0.35);
--toggle-bg: rgba(255, 255, 255, 1);
--toggle-border: rgba(15, 23, 42, 0.2);