UNPKG

@rfkit/spectrum-analyzer

Version:

A high-performance spectrum analyzer library for RF signal processing, supporting real-time spectrum analysis, waterfall display, and multi-segment frequency scanning

10 lines 347 B
import { GraphicType, OrientationType } from './types'; export declare const DEFAULT_SERIES_CONFIG: { readonly thickness: 1; readonly orientation: OrientationType.Horizontal; readonly display: true; readonly type: GraphicType.Line; readonly color: "#00000000"; readonly label: ""; }; //# sourceMappingURL=constants.d.ts.map