generate functionThu, 15 Dec 2022

get image from url, save it to disk and return a url of the image

function getImage(url) { // some code // ... return filename; }

Want to kickstart your project?Use the new AI Studio to create your code