1.0.0 ā€¢ Published 5 months ago

capacitor-zip-archive v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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.0

5 months ago

0.0.1

5 months ago