AI Tools / AI products & services
JSZip is a JavaScript library for creating, reading, and editing ZIP archives. Its API lets applications add generated content to files and folders, then asynchronously produce a ZIP archive such as a browser Blob for download; it also supports base64 data and use with Node.js. The project is distributed under either the MIT or GPLv3 license and can be installed with npm or included manually in a web page.
Creates ZIP archives for exporting generated website files.