BeamerReveal
view release on metacpan or search on metacpan
share/templates/html/note-embedded.html view on Meta::CPAN
<img id="---NOTEID---"
width="100%" height="100%">
<script type="module">
const encoded = `
---NOTEEMBEDDEDB64---`;
const bytes = Uint8Array.from(atob(encoded), c =>c.charCodeAt(0));
const blob = new Blob([bytes], { type: "---MIMETYPE---" });
const note = document.getElementById("---NOTEID---");
note.src = URL.createObjectURL(blob);
</script>
( run in 0.355 second using v1.01-cache-2.11-cpan-5511b514fd6 )