UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

12 lines (11 loc) 182 B
export interface Photo { id: string; url: string; filename: string; mimeType: string; description: string; size: number; width: number; height: number; createdAt: number; }