Here's a snippet of code to embed in your site!
<script type="module" src='https://unpkg.com/@roedoejet/readalong@^0.1.6/dist/read-along/read-along.esm.js'></script>
<script nomodule src='https://unpkg.com/@roedoejet/readalong@^0.1.6/dist/read-along/read-along.js'></script>
<read-along text="aligned.xml" alignment="aligned.smil" audio="aligned{{data.audio_ext}}"></read-along>
Here's your interactive read along!
Here's a log for debugging.
{{data.log}}
{% if 'log_lines' in data %} {% for line in data.log_lines %}{{line}}
{% endfor %} {% endif %}