implementing cava for real time visualization

This commit is contained in:
2026-02-06 10:11:51 -05:00
parent 63ded34a6b
commit 8d6b19582c
12 changed files with 590 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"scripts": {
"start": "bun src/index.tsx",
"dev": "bun --watch src/index.tsx",
"build:native": "bash scripts/build-cavacore.sh",
"build": "bun run build.ts",
"dist": "bun dist/index.js",
"test": "bun test",