1.0.0 • Published 2 years ago

capacitor-zip-archive v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.1

2 years ago