1.0.2 • Published 10 months ago

capacitor-zip-archive-cap6 v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

capacitor-zip-archive

šŸ“± Zip archive utility for capacitor

Install

npm install capacitor-zip-archive
npx cap sync

API

zip(...)

zip(options: ZipFileOptions) => Promise<void>
ParamType
optionsZipFileOptions

unzip(...)

unzip(options: UnzipOptions) => Promise<void>
ParamType
optionsUnzipOptions

Interfaces

ZipFileOptions

PropTypeDescription
srcFilePathsstring[]The paths of source files
zipFilePathstringThe path of ZIP file

UnzipOptions

PropTypeDescription
zipFilePathstringThe path of ZIP file
destDirPathstringThe path of destination directory

Thanks

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago