merge #2843 with minor tweaks

This commit is contained in:
Hakim El Hattab
2021-05-05 11:02:02 +02:00
6 changed files with 76 additions and 56 deletions

View File

@ -458,6 +458,9 @@ Reveal.on( 'customevent', function() {
<script src="plugin/highlight/highlight.js"></script>
<script>
console.time( 'print' )
Reveal.addEventListener( 'pdf-ready', () => console.timeEnd( 'print' ) );
// Also available as an ES module, see:
// https://revealjs.com/initialization/
Reveal.initialize({