In this tutorial, we’ll build a simple image resizing API using ImageMagick and deploy it on Deno Deploy. The API will resize images by stretching or cropping them, although you can add more functionality later. Follow the video tutorial here. View the source, try the demo, or check out the playground. ImageMagickWe’ll use ImageMagick for all of the image manipulation in our API. It’s one of the m