Antonello Zanini I'm a software engineer, but I prefer to call myself a Technology Bishop. Spreading knowledge through writing is my mission. Italy https://antonellozanini.com 17 posts
# How-To How To Build a Video Editor With Wasm in React Use the ffmpeg.wasm library to build a React video editor that performs video processing directly in the browser. Antonello Zanini 16 Jan 2023 • 11 min read
# How-To How To Build a Canva Clone with CE.SDK Design invitations, greeting cards, flyers, postcards, and business cards with a Canva clone built with CE.SDK in React in minutes. Antonello Zanini 27 Jul 2022 • 11 min read
# How-To Content Moderation for User-Generated Designs with CE.SDK and Sightengine Protect your users and your brand reputation without manual content moderation. Antonello Zanini 13 Jun 2022 • 10 min read
# How-To How To Generate an NFT Art Collection With React Using CE.SDK Learn how to programmatically build a trading card set for NFT art collections in React with CE.SDK. Antonello Zanini 17 May 2022 • 10 min read
# How-To How To Apply Image Filters in WebGL Learn everything you need to get started with kernel-based image filters in WebGL. Antonello Zanini 8 Apr 2022 • 6 min read
# How-To How To Add Overlays to a Video in React Native Learn how to place text or images over your videos in React Native. Antonello Zanini 28 Mar 2022 • 6 min read
# How-To How To Resize and Compress an Image in JavaScript for Upload Learn how to downscale an image in JavaScript by reducing its size and quality before uploading it to your server. Antonello Zanini 4 Mar 2022 • 7 min read
# How-To How To Add a Sticker to a Texture With Three.js Learn how to add an overlay image to your textures in WebGL and JavaScript with Three.js. Antonello Zanini 25 Feb 2022 • 5 min read
# How-To How To Scale, Crop, Flip, and Filter an Image in CSS Learn how to use CSS to perform the most common image processing manipulations. Antonello Zanini 9 Feb 2022 • 5 min read
# How-To How To Manipulate an Image With Jimp in React Let's get started with Jimp in React. Easily alter images with a few lines of code. Antonello Zanini 26 Jan 2022 • 5 min read
# How-To How to Add a Watermark to an Image in JavaScript Create watermarks in Vanilla JavaScript and with watermarkjs! Antonello Zanini 7 Dec 2021 • 7 min read
# How-To How To Pixelate an Image in JavaScript Pixelate an image in Vanilla JavaScript without any libraries – with the <canvas> element! Antonello Zanini 14 Oct 2021 • 5 min read
# HTML5 How to Apply Custom Image Filters Using HTML5 Canvas in JavaScript Apply custom filters in JavaScript without external libraries – with the <canvas> element! Antonello Zanini 14 Sep 2021 • 8 min read
# JavaScript How to Draw on an Image With JavaScript Easily implement a brush to draw on an image in JavaScript, without using any external library! Antonello Zanini 23 Aug 2021 • 7 min read
# React How To Resize an Image in React Quickly resize an image with the `react-image-file-resizer` React library. Antonello Zanini 30 Jul 2021 • 6 min read
# JavaScript How To Resize an Image With JavaScript 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! Antonello Zanini 20 Jul 2021 • 4 min read
# React How To Crop an Image in React 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. Antonello Zanini 28 Jun 2021 • 6 min read