panglesd / slipshow

An engine for displaying slips, the next-gen version of slides
MIT License
637 stars 10 forks source link

Allow to include video or large file #40

Open panglesd opened 1 month ago

panglesd commented 1 month ago

Dataurls have a limit, but there are workaround, à la ocaml-crunch!

<script>
  let file_content = "\56\54[...]";
  document.replace(old_element, element_from_file_content)
</script>

(not very precise but ...)