musicxml2json-piano
Version:
MusicXML to JSON for piano.
16 lines • 642 B
HTML
<html>
<head>
<title>MusicXML to JSON - Piano</title>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<link type="text/css" rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/react@17.0.2/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@17.0.2/umd/react-dom.production.min.js"></script>
</body>
</html>