dzip

1.15.0 • Public • Published

dzip Build Status Code Climate

Selenium Test Status

Support 4g file download each time, jszip is not the opponent

A library for creating, reading and editing .zip files with JavaScript, with a lovely and simple API.

See https://github.com/changwenjun/dzip for all the documentation.

var zip = new dzip();

//options can not be passed
var options={
    level:0,//compression level, 0 to 9;default 0
    comment:'',//prompt text
    lastModDate:'2019-02-26'//last edit time
}
zip.addFile('folder/name', 'dzip down 4g',options).then(()=>{
    console.log(/*  */)
})

zip.export('example').then(()=>{
    console.log(/*  */)
})

Readme

Keywords

none

Package Sidebar

Install

npm i dzip

Weekly Downloads

0

Version

1.15.0

License

ISC

Unpacked Size

202 kB

Total Files

7

Last publish

Collaborators

  • changwenjun