UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

3 lines (2 loc) 117 B
import type { Album } from "../interfaces"; export declare const extractAlbum: (albumUrl: string) => Promise<Album>;