aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZach DeCook <zdecook@ccel.org>2020-01-31 11:24:23 -0500
committerZach DeCook <zdecook@ccel.org>2020-01-31 11:24:23 -0500
commitf0c2d558b7f0e418ac44163a732d9f25af536c35 (patch)
tree53ddba7ba159b68eda7a79c5925e5fd0abc22d6c /README.md
parent479909d5fae96af6f8fbaee4992c4764df3563d7 (diff)
downloadfosdem-2021-minimalism-presentation-f0c2d558b7f0e418ac44163a732d9f25af536c35.tar
fosdem-2021-minimalism-presentation-f0c2d558b7f0e418ac44163a732d9f25af536c35.tar.gz
* API: document getComputedSlideSize
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f78d97..0f11c33 100644
--- a/README.md
+++ b/README.md
@@ -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();