Skip to content

batchEnrichScreenshots

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/utils/screenshot-metadata-enricher.ts

Batch enrich multiple screenshots

Signature

ts
function batchEnrichScreenshots(screenshots: Array<{ url: string; route: string; title?: string }>, entities: Entity[]): EnhancedScreenshotMetadata[]

Parameters

NameType
screenshotsArray<{ url: string; route: string; title?: string }>
entitiesEntity[]

Returns: EnhancedScreenshotMetadata[]

Was this page helpful?

Download as PDF