aboutsummaryrefslogtreecommitdiff
path: root/semestre 1/anglais/presentation/index.ts
blob: 1ee1e7ccacd6dcf5b857da2fc505cd1b45fc15ee (plain)
1
2
3
4
5
6
7
import Reveal from 'reveal.js';
import Markdown from 'reveal.js/plugin/markdown/markdown.esm.js';

let deck = new Reveal({
    plugins: [Markdown],
});
deck.initialize();