mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
648 B
Markdown
14 lines
648 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [ImageDecodeAcceleratorCapability](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.md) > [minDimensions](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.mindimensions.md)
|
|
|
|
## Protocol.SystemInfo.ImageDecodeAcceleratorCapability.minDimensions property
|
|
|
|
Minimum supported dimensions of the image in pixels.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
minDimensions: Size;
|
|
```
|