1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-01-17 21:39:25 +01:00

* API: document getComputedSlideSize

This commit is contained in:
Zach DeCook 2020-01-31 11:24:23 -05:00
parent 479909d5fa
commit f0c2d558b7

View File

@ -638,6 +638,8 @@ Reveal.getConfig();
// Fetch the current scale of the presentation
Reveal.getScale();
Reveal.getComputedSlideSize(); // Returns object with width, height keys, and (scaled) presentationWidth and presentationHeight.
// Retrieves the previous and current slide elements
Reveal.getPreviousSlide();
Reveal.getCurrentSlide();