RKRahul kumarindsabyte.com·Dec 8, 2021 · 1 min readHow to download an image from URL in nodejsIn this article, we'll learn that how can we download images from a remote URL. After downloading the image, we will encode it in base64 format. original post const { Buffer } = require("buffer"); const axios = require("axios"); let url = "https://re...02SB