musicxml2json-drum
Version:
MusicXML to JSON for drum.
17 lines (16 loc) • 598 B
HTML
<html lang="en">
<head>
<title>MusicXML to JSON - Drum</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 rel="icon" href="//static.hezhiyi.com/images/favicon.png" />
<link type="text/css" rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>