@smart-pro/smartzip
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

@smart-pro/smartzip

Ionic Capacitor plugin for unzip a file.

Install

npm install @smart-pro/smartzip
npx cap sync

API

unzip(...)

unzip(options: UnzipOptions) => Promise<{ result: boolean; }>

Unzip a zipPath file to destFolder. Event: "unzipProgress" entry, entryNumber, total

Param Type Description
options UnzipOptions options for unzip

Returns: Promise<{ result: boolean; }>


Interfaces

UnzipOptions

Prop Type Description
zipPath string Zip file's path
destFolder string Destination folder's path

Package Sidebar

Install

npm i @smart-pro/smartzip

Weekly Downloads

12

Version

0.0.4

License

MIT

Unpacked Size

18.3 kB

Total Files

26

Last publish

Collaborators

  • smart-pro