8000 GitHub - changwenjun/dzip: javascript 压缩打包下载文件(最大4g)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

changwenjun/dzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

javascript 压缩打包下载文件(最大4g)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0