ai-tube-clap-exporter / src /core /converters /convertImageToOriginal.mts
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit 🎬
2cae2a9
raw
history blame
204 Bytes
// 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
}