UNPKG

@guoyunhe/rgi-libretro

Version:

CLI to export RetroGameIndex images to libretro-thumbnails

8 lines (5 loc) 176 B
export declare function downloadThumbnails(platform: string, { apiUrl }: Options): Promise<void>; export declare interface Options { apiUrl?: string; } export { }