0.0.1 • Published 11 months ago
sevenziphn162 v0.0.1
sevenzip
capcitor plugin to unzip 7z format
Install
npm install sevenzip
npx cap sync
API
unzip(...)
unzip(options: SevenzipOtions) => Promise<boolean>
Param | Type |
---|---|
options | SevenzipOtions |
Returns: Promise<boolean>
Interfaces
SevenzipOtions
Prop | Type |
---|---|
fileURL | string |
password | string |
outputDir | string |
0.0.1
11 months ago