@epoc/capacitor-zip
v0.1.1
Published
A capacitor plugin to unzip files
Downloads
14
Readme
capacitor-zip
A capacitor plugin to unzip files
Install
npm install capacitor-zip
npx cap syncAPI
zip(...)
zip(options: { source: string; destination: string; }) => Promise<{ success: boolean; message?: string; }>| Param | Type |
| ------------- | ----------------------------------------------------- |
| options | { source: string; destination: string; } |
Returns: Promise<{ success: boolean; message?: string; }>
unzip(...)
unzip(options: { source: string; destination: string; }) => Promise<{ success: boolean; message?: string; }>| Param | Type |
| ------------- | ----------------------------------------------------- |
| options | { source: string; destination: string; } |
Returns: Promise<{ success: boolean; message?: string; }>
