# daumenkino

# a vuepress based presentation framework

# Hello World

# Fragments

  • This is a fragment
  • This is another fragment
  • And another one

You also can have fragments inside text

# Slide Overview

press ESC to view all slides at once!

# Nested Slides

# Speaker Mode

press s to open speaker window

# Speaker Nodes

use a notes element to write yourself notes for the speaker mode

# Images

cat

# Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

# Code


 


import Lib from 'lib'
const foo = new Lib() // you can highlight lines
const foo.bar()
1
2
3