14 lines
469 B
Markdown
14 lines
469 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) > [ImageType](./puppeteer.protocol.systeminfo.imagetype.md)
|
||
|
|
||
|
## Protocol.SystemInfo.ImageType type
|
||
|
|
||
|
Image format of a given image.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type ImageType = ('jpeg' | 'webp' | 'unknown');
|
||
|
```
|