jianpurender
Version:
Render music score using SVG on browsers.
9 lines (8 loc) • 446 B
TypeScript
export declare const PATH_SCALE = 100;
export declare const ACCIDENTAL_PATHS: string[];
export declare const ACCIDENTAL_TEXT: string[];
export declare const barPath = "m 0,-50 v 100";
export declare const underlinePath = "m 0,0 h 100";
export declare const augmentationDashPath = "m 0,0 h 50";
export declare const tiePath = "M -13,5 C 15,-15 65,-15 90,5 C 65,-25 15,-25 -13,5 Z";
export declare const dotPath = "M 0 0 a 15 15 0 1 0 0.0001 0 z";