Human-readable alt text #24

Merged
bombinans merged 3 commits from feature-human-alt-text into main 2025-03-12 22:22:04 +00:00
Showing only changes of commit f362b03796 - Show all commits

View File

@ -163,14 +163,10 @@ async function main() {
const pngBuffer = pngData.asPng();
await promises.writeFile(imgfile, pngBuffer);
console.log(cf);
console.log(imgfile);
console.log(alt_text);
if( cf['base_url'] ) {
//await post_image(imgfile, alt_text, cf);
} else {
console.log(imgfile);
console.log(alt_text);
await post_image(imgfile, alt_text, cf);
}
}