Generate Zip File
npm install capacitor-file-zip
npx cap sync
zip(options: ZipOptions) => void
Param | Type |
---|---|
options |
ZipOptions |
unZip(options: UnZipOptions) => void
Param | Type |
---|---|
options |
UnZipOptions |
Prop | Type |
---|---|
source |
string |
destination |
string |
Prop | Type |
---|---|
source |
string |
destination |
string |