I was able to get this working via calling a CDN and no installs (This is mainly to have a standalone html file that works).
Not sure if it could be added to the docs but I ended up using:
<script defer src="https://cdn.jsdelivr.net/npm/reveal-multiplex@0.1.0/client.min.js"></script>
defer was important else I was getting an error with Reveal.getConfig not being declared. Hope this can be of use to someone
I was able to get this working via calling a CDN and no installs (This is mainly to have a standalone html file that works).
Not sure if it could be added to the docs but I ended up using:
defer was important else I was getting an error with
Reveal.getConfignot being declared. Hope this can be of use to someone