Simple modular download script for vanilla JavaScript. Combine multiple files into a zip file.
Explore the docs »
View Code
·
Report Bug
·
Request Feature
Table of Contents
Yeah
To get a local copy up and running follow these simple steps.
Using including requriements with jsDeliver:
<script src="https://cdn.jsdelivr.net/combine/gh/pisaucer/modularDownload.js@1/modularDownload.min.js,npm/filesaver.js@1,npm/jszip@3/dist/jszip.min.js,npm/[email protected]/dist/jszip-utils.min.js,npm/jquery@3,npm/bootstrap@5"></script>
Only modularDownload.js with jsDevlier
<script src="https://cdn.jsdelivr.net/gh/pisaucer/modularDownload.js/modularDownload.min.js"></script>
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/PiSaucer/modularDownload.js
Project Website: https://pisaucer.github.io/modularDownload.js/