UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

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