UNPKG

opensheetmusicdisplay

Version:

An open source JavaScript engine for displaying MusicXML based on VexFlow.

8 lines (7 loc) 130 B
/** * The fonts available for writing on the sheet music */ export declare enum Fonts { TimesNewRoman = 0, Kokila = 1 }