Slides written directly as HTML. Arrow keys, click the edges, or swipe to move between slides.
Each slide is a <section class="slide"> in index.html — write whatever markup you need: text, lists, images, code.
function hello() {
console.log("hello, slide");
}
Duplicate a <section> to add a slide. No build step, no dependencies.