dwebfs-to-zip-stream
v1.0.0
Published
Create a zipfile from a dwebfs
Downloads
3
Readme
dwebfs-to-zip-stream
Usage
const toZipStream = require('dwebfs-to-zip-stream')
toZipStream(archive, '/').pipe(fs.createWriteStream(...))
The output zip will only contain files that are fully downloaded. You can specify subfolders to fetch part of the archive.
License
MIT