UNPKG
musicxml2json-drum
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
MusicXML to JSON for drum.
github.com/gzzhiyi/musicxml2json-drum
gzzhiyi/musicxml2json-drum
musicxml2json-drum
/
src
/
index.ts
3 lines
(2 loc)
•
114 B
text/typescript
View Raw
1
2
3
export
{
default
as
Parser
}
from
'@/classes/Parser'
export
{ noteTypeToNumber, numberToNoteType }
from
'@/utils'