UNPKG

profile-pics

Version:

8 lines (7 loc) 251 B
/** * Fixes the image path for Android devices during development. * Replaces 'localhost' with the appropriate site root URL. * @param croppedImage * @returns */ export declare function replaceLocalhostWithSiteRoot(croppedImage: string): string;