capacitor-file-zip
v1.3.0
Published
Generate Zip File
Downloads
7
Maintainers
Readme
capacitor-file-zip
Generate Zip File
Install
npm install capacitor-file-zip
npx cap sync
API
zip(...)
zip(options: ZipOptions) => void
| Param | Type |
| ------------- | ------------------------------------------------- |
| options
| ZipOptions |
unZip(...)
unZip(options: UnZipOptions) => void
| Param | Type |
| ------------- | ----------------------------------------------------- |
| options
| UnZipOptions |
Interfaces
ZipOptions
| Prop | Type |
| ----------------- | ------------------- |
| source
| string |
| destination
| string |
UnZipOptions
| Prop | Type |
| ----------------- | ------------------- |
| source
| string |
| destination
| string |