presentation .title('My Great Presentation') .slide({ title: 'Learn About Borders', bullets: [ 'Thing 1', 'Thing 2', ], code: ['path/to/file.css', [2,4]] // path to file, lines to grab }) .slide({ title: 'Learn About Margins', quote: 'Always remember bla bla', transition: 'fade' // optionally specify transitions }) .slide({ title: 'Learn About Things', body: 'Description that goes below the title', code: ['path/to/snippet', [0,3]] // path, lines }) .slide({ title: 'Learn About Whatever', image: 'path/to/image.jpg' });