Update optional requirements description.

This commit is contained in:
Sebastian Tschan 2020-06-09 23:24:19 +09:00
parent 67d3f5bae5
commit 1c84ab1ed9
No known key found for this signature in database
GPG Key ID: 4E0D23DC53601255

View File

@ -21,8 +21,8 @@
## Description
> File Upload widget with multiple file selection, drag&drop support,
> progress bars, validation and preview images, audio and video for jQuery.
> File Upload widget with multiple file selection, drag&drop support, progress
> bars, validation and preview images, audio and video for jQuery.
> Supports cross-domain, chunked and resumable file uploads and client-side
> image resizing.
> Works with any server-side platform (PHP, Python, Ruby on Rails, Java,
@ -85,7 +85,7 @@
fixed vulnerabilities
Please also read the [SECURITY](SECURITY.md) document for instructions on how to
securely configure your Webserver for file uploads.
securely configure your Web server for file uploads.
## Setup
@ -131,12 +131,11 @@ For further information, please refer to the following guides:
### Optional requirements
- [JavaScript Templates engine](https://github.com/blueimp/JavaScript-Templates)
v3+: Used to render the selected and uploaded files for the Basic Plus UI and
jQuery UI versions.
v3+: Used to render the selected and uploaded files.
- [JavaScript Load Image library](https://github.com/blueimp/JavaScript-Load-Image)
v2+: Required for the image previews and resizing functionality.
- [JavaScript Canvas to Blob polyfill](https://github.com/blueimp/JavaScript-Canvas-to-Blob)
v3+:Required for the image previews and resizing functionality.
v3+:Required for the resizing functionality.
- [blueimp Gallery](https://github.com/blueimp/Gallery) v2+: Used to display the
uploaded images in a lightbox.
- [Bootstrap](https://getbootstrap.com/) v3+: Used for the demo design.