diff --git a/New_APIs/Thumbor API/README.md b/New_APIs/Thumbor API/README.md new file mode 100644 index 0000000..897d44e --- /dev/null +++ b/New_APIs/Thumbor API/README.md @@ -0,0 +1,29 @@ +# 🖼️ Thumbor API + +## Overview + +The **Thumbor API** is a smart imaging service that allows for dynamic cropping, resizing, and flipping of images. Thumbor is perfect for web applications needing on-the-fly image manipulation with speed and efficiency. This API provides a powerful toolset for developers to create rich media experiences. + +## Features + +- **Dynamic Resizing**: Resize images on the fly to fit different screen sizes and resolutions. +- **Smart Cropping**: Automatically crop images to focus on the most important regions. +- **Filters & Effects**: Apply various filters, such as brightness, contrast, and blur. +- **Image Flipping & Rotation**: Easily flip and rotate images to suit your needs. +- **URL-Based Image Processing**: Manipulate images using a simple URL structure. + +## Getting Started + +### Prerequisites + +- **Thumbor Server**: You need to have a Thumbor server running. You can set up a Thumbor server by following the official [Thumbor installation guide](https://thumbor.readthedocs.io/en/latest/installation.html). + +### Installation + +To use the Thumbor API in a Node.js application, you can install the `thumbor` package via npm: + +```bash +npm install thumbor +``` +## Contributor +### Sree Vidya diff --git a/New_APIs/Thumbor API/index.html b/New_APIs/Thumbor API/index.html new file mode 100644 index 0000000..4e442e3 --- /dev/null +++ b/New_APIs/Thumbor API/index.html @@ -0,0 +1,35 @@ + + +
+ + + +