📱 Zip archive utility for capacitor
npm install capacitor-zip-archive
npx cap synczip(options: ZipFileOptions) => Promise<void>| Param | Type |
|---|---|
options |
ZipFileOptions |
unzip(options: UnzipOptions) => Promise<void>| Param | Type |
|---|---|
options |
UnzipOptions |
| Prop | Type | Description |
|---|---|---|
srcFilePaths |
string[] |
The paths of source files |
zipFilePath |
string |
The path of ZIP file |
| Prop | Type | Description |
|---|---|---|
zipFilePath |
string |
The path of ZIP file |
destDirPath |
string |
The path of destination directory |