UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

6 lines (5 loc) 211 B
import { GraphicalNote, Note, OpenSheetMusicDisplay } from "opensheetmusicdisplay"; export declare const getSourceNotes: (osmd: OpenSheetMusicDisplay) => { note: Note; graphicalNote: GraphicalNote; }[];