puppeteer/website/versioned_docs/version-10.0.0/puppeteer.screenshotoptions.quality.md

14 lines
415 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ScreenshotOptions](./puppeteer.screenshotoptions.md) &gt; [quality](./puppeteer.screenshotoptions.quality.md)
## ScreenshotOptions.quality property
Quality of the image, between 0-100. Not applicable to `png` images.
<b>Signature:</b>
```typescript
quality?: number;
```