1.3.0 • Published 1 year ago

capacitor-file-zip v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-file-zip

Generate Zip File

Install

npm install capacitor-file-zip
npx cap sync

API

zip(...)

zip(options: ZipOptions) => void
ParamType
optionsZipOptions

unZip(...)

unZip(options: UnZipOptions) => void
ParamType
optionsUnZipOptions

Interfaces

ZipOptions

PropType
sourcestring
destinationstring

UnZipOptions

PropType
sourcestring
destinationstring
1.2.0

1 year ago

1.1.0

1 year ago

1.3.0

1 year ago

1.0.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago