Kind: Function
Source: atloria-monorepo/apps/cli/src/utils/screenshot-storage.helper.ts
Process and save screenshots using storage helper
This handles intelligent deduplication and metadata tracking
Signature
tsasync 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 } }>>
Was this page helpful?