first commit
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
李启源
2026-07-20 10:21:30 +08:00
commit ea832229da
75 changed files with 16864 additions and 0 deletions

12
src/core/index.ts Normal file
View File

@@ -0,0 +1,12 @@
/**
* 核心引擎模块统一导出
*/
// 数据处理
export { normalizeWaveformData, normalizeWaveformSeries } from './data'
export {
DEFAULT_WAVEFORM_RENDERING_OPTIONS,
resolveWaveformRenderingOptions,
selectRenderablePoints,
type ResolvedWaveformRenderingOptions,
} from './rendering'