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
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
The exporter is a readable stream in object mode that returns an object ```{ content: stream, path: 'path' }``` by the multihash of the file from the dag service.
147
+
The exporter is a readable stream in object mode that returns an object ```{
148
+
content: stream, path: 'path' }``` by the multihash of the file from the dag
149
+
service.
142
150
143
151
144
-
## install
152
+
## Install
145
153
146
154
With [npm](https://npmjs.org/) installed, run
147
155
148
156
```
149
157
$ npm install ipfs-unixfs-engine
150
158
```
151
159
152
-
## license
160
+
## License
153
161
154
162
ISC
163
+
164
+
165
+
[IPFS DAG Service]: https://github.com/vijayee/js-ipfs-merkle-dag/
0 commit comments