0.0.1 • Published 11 months ago

sevenziphn162 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

sevenzip

capcitor plugin to unzip 7z format

Install

npm install sevenzip
npx cap sync

API

unzip(...)

unzip(options: SevenzipOtions) => Promise<boolean>
ParamType
optionsSevenzipOtions

Returns: Promise<boolean>


Interfaces

SevenzipOtions

PropType
fileURLstring
passwordstring
outputDirstring
0.0.1

11 months ago