You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
# readable-web-stream-to-node
12
12
13
+
Converts a [Web-API readable stream](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader) into a [Node readable stream](https://nodejs.org/api/stream.html#stream_readable_streams).
14
+
13
15
### Installation
14
16
Install via [npm](http://npmjs.org/):
15
17
@@ -21,18 +23,46 @@ or yarn
21
23
yarn add readable-web-to-node-stream
22
24
```
23
25
24
-
### Import music-metadata
26
+
## Examples
27
+
28
+
### Example written in JavaScript
25
29
26
-
This is how you can import music-metadata in JavaScript, in you code:
0 commit comments