sevenziphn162
v0.0.1
Published
capcitor plugin to unzip 7z format
Downloads
3
Readme
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 |