@farberg/reveal-template 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/init-reveal.js +3 -1
- package/package.json +1 -1
package/init-reveal.js
CHANGED
|
@@ -9,6 +9,8 @@ import ShowHTMLExample from './plugins/reveal-plugin-html-example.js';
|
|
|
9
9
|
import ToggleSolutionsPlugin from './plugins/reveal-plugin-toggle-solutions.js';
|
|
10
10
|
import DirTreePlugin from './plugins/reveal-plugin-dir-tree.js';
|
|
11
11
|
import PrefixUrlPlugin from './plugins/reveal-plugin-prefix-with-base-url.js';
|
|
12
|
+
import AsciinemaPlugin from './plugins/reveal-plugin-asciinema.js';
|
|
13
|
+
|
|
12
14
|
|
|
13
15
|
const defaultOptions = {
|
|
14
16
|
revealOptions: {},
|
|
@@ -42,7 +44,7 @@ const extraThemeCssStylesheets = [
|
|
|
42
44
|
const defaultDennisPlugins = [
|
|
43
45
|
ShowCodeSnippets, ShowToc, ShowAttribution, ShowQrCode, ShowTitle,
|
|
44
46
|
ModifyFontSize, ShowHTMLExample, ToggleSolutionsPlugin, DirTreePlugin,
|
|
45
|
-
PrefixUrlPlugin
|
|
47
|
+
PrefixUrlPlugin, AsciinemaPlugin
|
|
46
48
|
]
|
|
47
49
|
|
|
48
50
|
const defaultRevealOptions = {
|