1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-07 07:06:37 +02:00

* API: Expose getComputedSlideSize for plugin developers

This commit is contained in:
Zach DeCook
2020-01-31 11:22:08 -05:00
parent 8d89db32f6
commit 479909d5fa

View File

@@ -6206,6 +6206,7 @@
getScale: function() {
return scale;
},
getComputedSlideSize: getComputedSlideSize,
// Returns the current configuration object
getConfig: function() {