Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/screenshot-metadata-enricher.ts
Batch enrich multiple screenshots
Signature
tsfunction batchEnrichScreenshots(screenshots: Array<{ url: string; route: string; title?: string }>, entities: Entity[]): EnhancedScreenshotMetadata[]
Parameters
| Name | Type |
|---|---|
screenshots | Array<{ url: string; route: string; title?: string }> |
entities | Entity[] |
Returns: EnhancedScreenshotMetadata[]
Was this page helpful?