UNPKG

@tricoteuses/assemblee

Version:

Retrieve, clean up & handle French Assemblée nationale's open data

6 lines (5 loc) 636 B
import { Acteur } from '../types/acteurs_et_organes'; export declare function cloneAndUpdateGitRepository(photosDirName: string, options: any): void; export declare function resizePhoto(acteur: Acteur, width: number, height: number, photosDir: string, photoFilename: string, options: any): Promise<void>; export declare function downloadPhoto(urlPhoto: string, photoTempFilePath: string, photoFilePath: string, missingPhotoFilePath: string, retries?: number): Promise<void>; export declare function createMosaic(acteurUids: string[], photosDir: string, photosWidth: number, photosHeight: number, mosaicFilename: string): Promise<void>;