# ImageFormatName

## Content

# Type Alias: ImageFormatName

```ts
type ImageFormatName = "jpg" | "png" | "tiff" | "gif" | "bmp" | "ico" | "svg" | "webp";
```

Image format name.
