flyff
0
Q:

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();
0

New to Communities?

Join the community