Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to install reveal.js from node

... a limited use case... reveal if a Front End application
import Reveal from 'reveal.js';
import Markdown from 'reveal.js/plugin/markdown/markdown.esm.js';

let deck = new Reveal({
   plugins: [ Markdown ]
})
deck.initialize();
 
PREVIOUS NEXT
Tagged: #install #node
ADD COMMENT
Topic
Name
2+4 =