# ImageVariantSet

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/upload.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/upload.types.ts#L218)

D3 — one base image's responsive/zoom companion set, all as uploaded blob
URLs. Stored on `Document.metadata.imageVariants` keyed by the DESKTOP blob
URL (the URL the rendered markdown actually references, sans any
`#atloria-annotations=` fragment) so the reader can join an `<img src>` to
its variants without content parsing.

## Properties

| Property | Type |
|---|---|
| `desktop` | `string` |
| `tablet` | `string` |
| `mobile` | `string` |
| `crops` | `string[]` |
