# processScreenshots

**Kind:** Function

**Source:** [`atloria-monorepo/apps/cli/src/utils/screenshot-storage.helper.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/utils/screenshot-storage.helper.ts#L31)

Process and save screenshots using storage helper

This handles intelligent deduplication and metadata tracking

## Signature

```ts
async function processScreenshots(screenshots: ScreenshotInfo[], storage: StorageHelperService): Promise<Array<{ original: ScreenshotInfo; saved: { id: string; url: string; isNew: boolean } }>>
```

## Parameters

| Name | Type |
|---|---|
| `screenshots` | `ScreenshotInfo[]` |
| `storage` | `StorageHelperService` |

**Returns:** `Promise<Array<{ original: ScreenshotInfo; saved: { id: string; url: string; isNew: boolean } }>>`
