ScreenshotOptions.quality property
Quality of the image, between 0-100. Not applicable to png
images.
Signature:
interface ScreenshotOptions {
quality?: number;
}
Quality of the image, between 0-100. Not applicable to png
images.
interface ScreenshotOptions {
quality?: number;
}