Posts by HETVI JAIN
Author Biographical Info: Not available
We can get the original height and width of the image, this height and weight of the image is the actual size of an image without any constraints. Constraints like explicitly menti.... Read More
In this tutorial, we learn about reading the meta of an image file. Metadata refers to relevant data about the image file and its features. We will use a Javascript library called .... Read More
In this tutorial, we will learn about a built-in function in JavaScript known as map(). It is a high-order function. The map() method returns a new array containing the results of .... Read More
NodeJS has a built-in module that provides a way to work with directories and filenames and also makes it easier to manipulate paths. It has serval functions that help us. Using th.... Read More
This tutorial will teach you how to create a separate route file in Node.js. Routing describes how an application’s endpoints (URIs) respond to client requests. You define ro.... Read More