Code
How to Trim and Crop Video in Swift
Learn how to use Swift and AVKit to crop a video clip and trim a video timeline.
How to Draw on an Image With JavaScript
Easily implement a brush to draw on an image in JavaScript, without using any external library!
How To Resize an Image in React
Quickly resize an image with the `react-image-file-resizer` React library.
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!

