ogn-52-fiducial-marker-dete.../src/index.js
Jake Howard 44be5ab82a
Thin out the presentation and notes
It was a little too close to the time limit
2022-11-14 21:48:15 +00:00

11 lines
345 B
JavaScript

import Reveal from 'reveal.js';
import Markdown from 'reveal.js/plugin/markdown/markdown.js';
import Notes from 'reveal.js/plugin/notes/notes.js';
import Highlight from 'reveal.js/plugin/highlight/highlight.js';
let deck = new Reveal({
plugins: [ Markdown, Notes, Highlight ],
controlsTutorial: false,
hash: true
})
deck.initialize();