feat(annotation): add serialization support
All checks were successful
Package component / package (push) Successful in 6m3s

This commit is contained in:
李启源
2026-07-21 23:15:06 +08:00
parent 4643a2dbfe
commit 21bf0d803e
12 changed files with 307 additions and 174 deletions

View File

@@ -60,3 +60,5 @@ export {
selectRenderablePoints,
type ResolvedWaveformRenderingOptions,
} from './core'
export { parseWaveformAnnotations, serializeWaveformAnnotations } from './components/annotation'