1.0.4 • Published 5 years ago

kim-jszip v1.0.4

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

kim-jszip

Foreword

jszip不能通过地址下载,需要先请求获取文件内容传入到jszip方法里,才能压缩zip文件

Installation

npm install kim-jszip

Usage

import KimJSZip from 'kim-jszip'

KimJSZip(src,'resource')
.then(res=>{
    console.log(res);
})
.catch(err=>{
    console.log(err);
})
//src为地址
//类型为
//String 'example.png'
//Array ['example1.png','example.png']
//Object [{name:file1.png,path:'example1.png'},{name:file2.png,path:'example2.png'}]
//resource为压缩包名称
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago