Use Deno to download files from the internet.
deno run --allow-net --allow-write download.ts [url] [filename]
deno run --allow-net --allow-write \
https://gist.githubusercontent.com/manuelbieh/e44c3a2c0586d4df05f9c03b9060c75e/raw/32c5b224d0b33b44825e6c47856263541027a05a/download.ts \
https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png \
google-logo.png
I found this: https://deno.land/x/[email protected]