Created by Your Name
Explore the capabilities of this template
↓ Navigate down to see more
function createPresentation() {
const slides = [
'Introduction',
'Content',
'Conclusion'
];
return slides.map(slide => ({
title: slide,
content: 'Amazing content here!'
}));
}
You can include mathematical equations:
$$E = mc^2$$
$$\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}$$
Switch between different themes by changing the CSS link:
Edit the theme link in index.html to change appearance
npm install to install dependenciesnpm startindex.html to create your presentationcss/custom.cssCheck the README for detailed instructions