puppeteer/docs/api/puppeteer.screenshotoptions.quality.md

16 lines
245 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ScreenshotOptions.quality
---
# ScreenshotOptions.quality property
Quality of the image, between 0-100. Not applicable to `png` images.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
interface ScreenshotOptions {
quality?: number;
}
```