UNPKG

jianpurender

Version:

Render music score using SVG on browsers.

8 lines (7 loc) 269 B
export declare const MIN_RESOLUTION = 0.0625; export declare const MAX_QUARTER_DIVISION: number; export declare const PITCH_CLASS_NAMES: string[]; export declare const MAJOR_SCALE_INTERVALS: { [interval: number]: number; }; export declare const MIDDLE_C_MIDI = 60;