Skip to content

Commit

Permalink
mml2abc.js update
Browse files Browse the repository at this point in the history
  • Loading branch information
cat2151 committed Dec 14, 2023
1 parent 7bcb498 commit cc1c0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script defer src="https://cdn.jsdelivr.net/npm/abcjs@6/dist/abcjs-basic-min.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/gh/cat2151/easyabcjs6/easyabcjs6.js"></script>
<script defer type="module">
import { SyntaxError, parse } from "https://cdn.jsdelivr.net/gh/cat2151/mml2abc@0.0.6/dist/mml2abc.mjs";
import { SyntaxError, parse } from "https://cdn.jsdelivr.net/gh/cat2151/mml2abc@0.0.7/dist/mml2abc.mjs";
window.mml2abc = { SyntaxError, parse };
</script>
<script defer src="https://cdn.jsdelivr.net/gh/cat2151/easymmlabc@0.0.2/easymmlabc.js"></script>
Expand Down

0 comments on commit cc1c0fa

Please sign in to comment.