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 3.395 seconds using v1.01-cache-2.11-cpan-0b58ddf2af1 )