@bytescale/sdk
Advanced tools
Comparing version 3.3.0 to 3.4.0
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
@@ -66,3 +66,3 @@ <h1 align="center"> | ||
If you want to use a script tag: | ||
If you'd prefer to use a script tag: | ||
@@ -265,3 +265,3 @@ ```html | ||
Use the [`UrlBuilder`](#urlbuilder) to get a URL to your file (if you need a URL instead of downloading the file). | ||
Use the [`UrlBuilder`](#urlbuilder) to get a URL instead (if you need a file URL instead of a binary stream). | ||
@@ -308,3 +308,3 @@ ## Processing Files | ||
Use the [`UrlBuilder`](#urlbuilder) to get a URL to your file (if you need a URL instead of downloading the file). | ||
Use the [`UrlBuilder`](#urlbuilder) to get a URL instead (if you need a file URL instead of a binary stream). | ||
@@ -401,3 +401,3 @@ ## Get File Details | ||
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: | ||
@@ -414,3 +414,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: | ||
@@ -436,3 +436,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: | ||
@@ -458,3 +458,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: | ||
@@ -480,3 +480,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`: | ||
@@ -483,0 +483,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
993928