Setting the file. One moment.
Subchapter 7.2
references/animation-drawing.mdMarkdown866 BView on GitHub
Draw and annotate slides during presentation. Powered by drauu.
Click the pen icon in the navigation bar or press C.
Stylus pens (iPad + Apple Pencil) work automatically - draw with pen, navigate with fingers.
Save drawings as SVGs and include in exports:
---
drawings:
persist: true
---Drawings saved to .slidev/drawings/.
Entirely:
---
drawings:
enabled: false
---Only in development:
---
drawings:
enabled: dev
---Only in presenter mode:
---
drawings:
presenterOnly: true
---Disable sync across instances:
---
drawings:
syncAll: false
---Only presenter’s drawings sync to others.