im trying to fetch an image through url in nodejs ( using node-fetch ), something like this
fetch(url) .then(async res => { const dest = fs.createW