I wanted to try and make a drop-in system for adding progressbars, and this is my draft1 attempt.
<!-- Include the JSZip library from CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.7.1/jszip.min.js"></script><!-- Include the TarballJS library from this github through CDN -->
<script src="https://cdn.jsdelivr.net/gh/sbamboo/progressdrop_js/dist/tarballjs/tarball.min.js"></script>