Spaces:
Sleeping
Sleeping
// you are reading it right: this function does.. nothing! | |
// it is a NOOP conversion function | |
export async function convertImageToOriginal(imgBase64: string = ""): Promise<string> { | |
return imgBase64 | |
} |