Antonello
I'm a software engineer, but I prefer to call myself a Technology Bishop. Spreading knowledge through writing is my mission.
I'm a software engineer, but I prefer to call myself a Technology Bishop. Spreading knowledge through writing is my mission.
Let's get started with Jimp in React. Easily alter images with a few lines of code.
Create watermarks in Vanilla JavaScript and with watermarkjs!
Pixelate an image in Vanilla JavaScript without any libraries – with the <canvas> element!
Apply custom filters in JavaScript without external libraries – with the <canvas> element!
Easily implement a brush to draw on an image in JavaScript, without using any external library!
Quickly resize an image with the `react-image-file-resizer` React library.
Today, you will learn how to resize an image in JavaScript, without using any external library. Thanks to the HTML <canvas> element, this is reasonably easy. Let's go!
In this article, you will learn to crop an image in JavaScript. Specifically, you will see how to achieve this goal with the react-image-crop React library.