profile-plus
Version:
9 lines (8 loc) • 319 B
TypeScript
export declare function generateRandomName(format: string): string;
/**
* 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;