# Export

> Guide for exporting Slidev presentations. Use when exporting to PDF, PPTX, PNG, building static SPA sites, or configuring export CLI flags.

- Skill: `vinnie357/export` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add vinnie357/export`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vinnie357/export/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: vinnie357 (https://skillmd.com/u/vinnie357)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/vinnie357/export

---


# Slidev Export

Export presentations to PDF, PPTX, PNG, and build static SPA sites.

For export commands, format options, CLI flags, and build configuration, see `references/export.md`.

## Anti-fabrication

This skill follows `core:anti-fabrication`. Verified claim-by-claim against live
slidevjs/slidev source (claude-skills-223, 2026-08-05): the export CLI flags against
`packages/slidev/node/commands/export.ts` (`getExportOptions`) — all existing defaults
confirmed (`format=pdf`, `timeout=30000`, `dark=false`, `omit-background=false`,
`wait-until=networkidle`), `--wait`'s documented default corrected from blank to `0`,
and `--per-slide`/`--scale` added as real flags the skill previously omitted; the dev/
build/eject CLI against `packages/slidev/node/cli.ts` — added the entirely undocumented
`export-notes` command plus `--base`/`--log`/`--inspect`/`--tunnel` for the dev server
and `--router-mode` for build. Re-verify against `slidev export --help` / `slidev build
--help` on a current install before asserting a flag this skill doesn't cover — Slidev's
CLI surface grows between minor versions.

