UNPKG

next-image-export-optimizer

Version:

Optimizes all static images for Next.js static HTML export functionality

10 lines (9 loc) 327 B
export declare function getRemoteImageURLs(remoteImageFileName: string, nextConfigFolder: string, folderPathForRemoteImages: string): Promise<{ remoteImageFilenames: { basePath: string; file: any; dirPathWithoutBasePath: string; fullPath: string; }[]; remoteImageURLs: string[]; }>;