12
src/core/index.ts
Normal file
12
src/core/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 核心引擎模块统一导出
|
||||
*/
|
||||
|
||||
// 数据处理
|
||||
export { normalizeWaveformData, normalizeWaveformSeries } from './data'
|
||||
export {
|
||||
DEFAULT_WAVEFORM_RENDERING_OPTIONS,
|
||||
resolveWaveformRenderingOptions,
|
||||
selectRenderablePoints,
|
||||
type ResolvedWaveformRenderingOptions,
|
||||
} from './rendering'
|
||||
Reference in New Issue
Block a user