UNPKG
satie
Version:
latest (0.0.13-alpha6)
0.0.13-alpha6
0.0.13-alpha5
0.0.13-alpha4
0.0.13-alpha3
0.0.13-alpha2
0.0.13-alpha1
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
A sheet music renderer for the web
jnetterf.github.io/satie
jnetterf/satie
satie
/
dist
/
engine_export.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
import
{
Document
}
from
"./document"
;
export
declare
function
exportXML
(
score
:
Document
):
string
;