easy-unzip

npm i easy-unzip

Usage no npm install needed!

<script type="module">
  import easyUnzip from 'https://cdn.skypack.dev/easy-unzip';
</script>

README

easy-unzip

Installation

npm i easy-unzip

Usage

'use strict';

const unzip = require('easy-unzip');

unzip('android-debug.apk', 'META-INF/MANIFEST.MF')
  .then(console.log)
  .catch(console.error);