react-uploader
Advanced tools
Comparing version 3.6.0 to 3.6.1
{ | ||
"name": "react-uploader", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"author": "Upload <hello@upload.io> (https://upload.io)", | ||
@@ -5,0 +5,0 @@ "description": "React File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", |
@@ -189,6 +189,29 @@ <h1 align="center"> | ||
# Image Processing (Resize, Crop, etc.) | ||
# ๐ API Support | ||
The [Upload.io](https://upload.io/) platform includes a built-in [Image Processing API](https://upload.io/docs/image-processing-api), which supports the following: | ||
## ๐ File Management API | ||
Upload.io provides an [Upload API](https://upload.io/docs/upload-api) that allows you to: | ||
- File uploading. | ||
- File listing. | ||
- File deleting. | ||
- And more... | ||
Uploading a `"Hello World"` text file is as simple as: | ||
```shell | ||
curl --data "Hello World" \ | ||
-u apikey:free \ | ||
-X POST "https://api.upload.io/v1/files/basic" | ||
``` | ||
_Note: Remember to set `-H "Content-Type: mime/type"` when uploading other file types!_ | ||
[Read the Upload API docs ยป](https://upload.io/docs/upload-api) | ||
## ๐ Image Processing API (Resize, Crop, etc.) | ||
Upload.io also provides an [Image Processing API](https://upload.io/docs/image-processing-api), which supports the following: | ||
- [Automatic Image Cropping](https://upload.io/docs/image-processing-api#crop) | ||
@@ -202,2 +225,4 @@ - [Manual Image Cropping](https://upload.io/docs/image-processing-api#crop-x) | ||
[Read the Image Processing API docs ยป](https://upload.io/docs/image-processing-api) | ||
### Original Image | ||
@@ -204,0 +229,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26818
294