ipfs-inactive / js-ipfs-unixfs-exporter

[ARCHIVED] JavaScript implementation of the UnixFs exporter used by IPFS
MIT License
2 stars 3 forks source link

refactor: use ipld-in-memory module #14

Closed alanshaw closed 5 years ago

alanshaw commented 5 years ago

The inMemory util is going away to remove dependence on IPFS. This PR switches to using the ipld-in-memory module which does the same thing.