How to download an image from URL in nodejs
In 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...
dsabyte.com1 min read
Said Mounaim
Full Stack JavaScript Developer
Greaat Joob, Thank youu