Skip to content

Commit

Permalink
feat: export clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 21, 2021
1 parent c1943f9 commit ca2fc95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions guide/exporting.md
Expand Up @@ -19,6 +19,16 @@ $ slidev export

After a few seconds, your slides will be ready at `./slides-exports.pdf`.

### Export Clicks Steps

> Available since v0.21
By default, Slidev exports 1 page per slide with clicks animations disabled. If you want export slides with multiple steps intro multiple pages, pass the `--with-clicks` options.

```bash
$ slidev export --with-clicks
```

## PNGs

When passing in the `--format png` option, Slidev will export PNG images for each slide instead of a PDF.
Expand Down

0 comments on commit ca2fc95

Please sign in to comment.