aboutsummaryrefslogtreecommitdiff
path: root/semestre 1/anglais/presentation/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'semestre 1/anglais/presentation/index.ts')
-rw-r--r--semestre 1/anglais/presentation/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/semestre 1/anglais/presentation/index.ts b/semestre 1/anglais/presentation/index.ts
new file mode 100644
index 0000000..1ee1e7c
--- /dev/null
+++ b/semestre 1/anglais/presentation/index.ts
@@ -0,0 +1,7 @@
+import Reveal from 'reveal.js';
+import Markdown from 'reveal.js/plugin/markdown/markdown.esm.js';
+
+let deck = new Reveal({
+ plugins: [Markdown],
+});
+deck.initialize();