react-uploader
Advanced tools
Comparing version 3.7.0 to 3.7.1
{ | ||
"name": "react-uploader", | ||
"version": "3.7.0", | ||
"version": "3.7.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 ๐", |
@@ -193,3 +193,3 @@ <h1 align="center"> | ||
Upload.io provides an [Upload API](https://upload.io/docs/upload-api) that allows you to: | ||
Upload.io provides an [Upload API](https://upload.io/docs/upload-api), which supports the following: | ||
@@ -217,8 +217,8 @@ - File uploading. | ||
- [Automatic Image Cropping](https://upload.io/docs/image-processing-api#crop) | ||
- [Manual Image Cropping](https://upload.io/docs/image-processing-api#crop-x) | ||
- [Image Resizing](https://upload.io/docs/image-processing-api#fit) | ||
- [Text Layering (e.g for text watermarks)](https://upload.io/docs/image-processing-api#text) | ||
- [Image Layering (e.g. for image watermarks)](https://upload.io/docs/image-processing-api#image) | ||
- [Adjustments (blur, sharpen, brightness, etc.)](https://upload.io/docs/image-processing-api#blur) | ||
- [Image Resizing](https://upload.io/docs/image-processing-api#image-resizing-api) | ||
- [Image Cropping](https://upload.io/docs/image-processing-api#image-cropping-api) | ||
- [Image Compression](https://upload.io/docs/image-processing-api#image-compression-api) | ||
- [Image Conversion](https://upload.io/docs/image-processing-api#f) | ||
- [Image Manipulation (blur, sharpen, brightness, etc.)](https://upload.io/docs/image-processing-api#image-manipulation-api) | ||
- [Layering (e.g for text & image watermarks)](https://upload.io/docs/image-processing-api#image) | ||
- and more... | ||
@@ -240,3 +240,3 @@ | ||
You can use the [Image Processing API](https://upload.io/docs/image-processing-api) to convert the above photo into [this processed image](https://upcdn.io/W142hJk/image/example/city-landscape.jpg?w=900&h=600&fit=crop&f=webp&q=80&blur=4&text=WATERMARK&layer-opacity=80&blend=overlay&layer-rotate=315&font-size=100&padding=10&font-weight=900&color=ffffff&repeat=true&text=Chicago&gravity=bottom&padding-x=50&padding-bottom=20&font=/example/fonts/Lobster.ttf&color=ffe400): | ||
Using the [Image Processing API](https://upload.io/docs/image-processing-api), you can produce [this image](https://upcdn.io/W142hJk/image/example/city-landscape.jpg?w=900&h=600&fit=crop&f=webp&q=80&blur=4&text=WATERMARK&layer-opacity=80&blend=overlay&layer-rotate=315&font-size=100&padding=10&font-weight=900&color=ffffff&repeat=true&text=Chicago&gravity=bottom&padding-x=50&padding-bottom=20&font=/example/fonts/Lobster.ttf&color=ffe400): | ||
@@ -272,3 +272,3 @@ <img src="https://upcdn.io/W142hJk/image/example/city-landscape.jpg?w=900&h=600&fit=crop&f=webp&q=80&blur=4&text=WATERMARK&layer-opacity=80&blend=overlay&layer-rotate=315&font-size=100&padding=10&font-weight=900&color=ffffff&repeat=true&text=Chicago&gravity=bottom&padding-x=50&padding-bottom=20&font=/example/fonts/Lobster.ttf&color=ffe400" /> | ||
[React Uploader Documentation ยป](https://upload.io/docs/upload-widget/frameworks/react) | ||
[Uploader Documentation ยป](https://upload.io/docs/upload-widget) | ||
@@ -281,9 +281,11 @@ ## Need a Headless (no UI) File Upload Library? | ||
**Yes!** [Upload.io](https://upload.io) supports custom S3 buckets on [Upload Plus](https://upload.io/pricing) plans. | ||
**Yes:** Upload.io supports AWS S3 on [Upload Plus](https://upload.io/pricing) plans. | ||
For ease and simplicity, your files are stored in Upload.io's internal S3 buckets by default. You can change this on a folder-by-folder basis โ to use your existing S3 bucket(s) โ in the Upload Dashboard. | ||
Upload.io offers its own built-in storage for ease and simplicity (default). | ||
You can change this to AWS S3 on a folder-by-folder basis in the Upload Dashboard. | ||
## ๐ Create your Upload.io Account | ||
React Uploader is the React file upload component for [Upload.io](https://upload.io/): the file upload service for web apps. | ||
React Uploader is the React file upload component for Upload.io โ The File Upload Service for Web Apps: | ||
@@ -290,0 +292,0 @@ **[Create an Upload.io account ยป](https://upload.io/upload-js/get-started)** |
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
296
26711