1.15.0 • Published 4 years ago

dzip v1.15.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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(/*  */)
})
1.15.0

4 years ago

1.14.1

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.1

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago