@bytescale/upload-widget-jquery
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "@bytescale/upload-widget-jquery", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -78,3 +78,3 @@ "description": "jQuery File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", | ||
"dependencies": { | ||
"@bytescale/upload-widget": "^4.3.0" | ||
"@bytescale/upload-widget": "^4.6.0" | ||
}, | ||
@@ -81,0 +81,0 @@ "devDependencies": { |
@@ -46,3 +46,3 @@ <h1 align="center"> | ||
<p align="center"><a href="https://www.bytescale.com/docs/upload-widget"><img alt="Upload Widget Demo" width="100%" src="https://raw.githubusercontent.com/bytescale/bytescale-upload-widget-jquery/main/.github/assets/demo.gif"></a></p> | ||
<p align="center"><a href="https://www.bytescale.com/docs/upload-widget"><img alt="Upload Widget Demo" width="100%" src="https://raw.githubusercontent.com/bytescale/bytescale-upload-widget/main/.github/assets/demo.gif"></a></p> | ||
@@ -55,3 +55,3 @@ <p align="center">100% Serverless File Upload Widget <br /> Powered by <a href="https://www.bytescale.com/">Bytescale</a><br/><br/></p> | ||
<p align="center"> | ||
<b>Supports:</b> Image Cropping, Video Previews, Document Previews, Drag & Drop, Multiple Files & More... | ||
<b>Supports:</b> Image Cropping, Video Previews, Document Previews, Drag & Drop, and more... | ||
<br /> | ||
@@ -382,3 +382,3 @@ <br /> | ||
To get the URL for the uploaded image `/example.jpg` in its original form, use the following params: | ||
To get the URL for the uploaded image `/example.jpg` in its original form, use the following: | ||
@@ -395,3 +395,3 @@ ```javascript | ||
To resize the uploaded image `/example.jpg` to 800x600, use the following params: | ||
To resize the uploaded image `/example.jpg` to 800x600, use the following: | ||
@@ -417,3 +417,3 @@ ```javascript | ||
To transcode the uploaded video `/example.mov` to MP4/H.264 in HD, use the following params: | ||
To transcode the uploaded video `/example.mov` to MP4/H.264 in HD, use the following: | ||
@@ -439,3 +439,3 @@ ```javascript | ||
To transcode the uploaded audio `/example.wav` to AAC in 192kbps, use the following params: | ||
To transcode the uploaded audio `/example.wav` to AAC in 192kbps, use the following: | ||
@@ -461,3 +461,3 @@ ```javascript | ||
To extract the file `document.docx` from the uploaded ZIP file `/example.zip`, use the following params: | ||
To extract the file `document.docx` from the uploaded ZIP file `/example.zip`, use the following: | ||
@@ -464,0 +464,0 @@ ```javascript |
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
42760