puppeteer/docs/api/puppeteer.screenshotoptions.type.md
2022-07-05 15:41:43 +02:00

182 B

sidebar_label
ScreenshotOptions.type

ScreenshotOptions.type property

Signature:

interface ScreenshotOptions {
  type?: 'png' | 'jpeg' | 'webp';
}