14 lines
458 B
Markdown
14 lines
458 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ScreenshotOptions](./puppeteer.screenshotoptions.md) > [omitBackground](./puppeteer.screenshotoptions.omitbackground.md)
|
||
|
|
||
|
## ScreenshotOptions.omitBackground property
|
||
|
|
||
|
Hides default white background and allows capturing screenshots with transparency.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
omitBackground?: boolean;
|
||
|
```
|