waveform visualiser

This commit is contained in:
2026-01-31 15:54:59 +00:00
parent 7971ca229c
commit f249c1dbe5
3 changed files with 140 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ function Index() {
);
return (
<Layout sidebarContent={sidebarContent}>
<Layout sidebarContent={sidebarContent} waveformColor={state.color}>
<ShapeCanvas state={state} onStateChange={setState} />
</Layout>
);