<!-- 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;
```