From 9c83edbf13f48b4cbb4fd77da5b47209d4bd14dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Este-Gracias?= Date: Sat, 13 Feb 2021 00:23:50 +0100 Subject: [PATCH] Expose showPreview --- js/reveal.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/reveal.js b/js/reveal.js index 67ad0b8..5927f50 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -2461,6 +2461,9 @@ export default function( revealElement, options ) { // Randomizes the order of slides shuffle, + // Opens a preview window for the target URL + showPreview, + // Returns an object with the available routes as booleans (left/right/top/bottom) availableRoutes,