puppeteer/docs/api/puppeteer.screenshotoptions.type.md

11 lines
187 B
Markdown
Raw Normal View History

---
sidebar_label: ScreenshotOptions.type
---
# ScreenshotOptions.type property
**Signature:**
```typescript
interface ScreenshotOptions {type?: 'png' | 'jpeg' | 'webp';}
```