smartphone-pro / SmartZip

Ionic Capacitor plugin for unzip a file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

Ionic Capacitor plugin for unzip a file.


Languages

Language:JavaScript 34.0%Language:Swift 17.3%Language:Java 15.9%Language:TypeScript 10.4%Language:HTML 8.8%Language:Ruby 8.1%Language:Objective-C 5.1%Language:CSS 0.3%