@bytescale/sdk 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<a href="https://www.bytescale.com/docs/sdks/javascript">
|
|
3
|
-
<img alt="Bytescale JavaScript SDK" width="
|
|
3
|
+
<img alt="Bytescale JavaScript SDK" width="467" height="80" src="https://raw.githubusercontent.com/bytescale/bytescale-javascript-sdk/main/.github/assets/bytescale-javascript-sdk.svg">
|
|
4
4
|
</a>
|
|
5
5
|
</h1>
|
|
6
6
|
|
|
@@ -179,7 +179,7 @@ uploadManager
|
|
|
179
179
|
// Optional:
|
|
180
180
|
// ---------
|
|
181
181
|
|
|
182
|
-
// Required if 'data' is a stream. (Not required
|
|
182
|
+
// Required if 'data' is a stream. Node.js only. (Not required when uploading files from the browser.)
|
|
183
183
|
// size: 5098, // e.g. fs.statSync("file.txt").size
|
|
184
184
|
|
|
185
185
|
// Required if 'data' is a stream, buffer, or string. (Not required for DOM file inputs or blobs.)
|