mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
415 B
Markdown
14 lines
415 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ScreenshotOptions](./puppeteer.screenshotoptions.md) > [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;
|
||
|
```
|