[JS] 자바스크립트로 zip파일 생성하기 (JSZip 라이브러리)
·
STUDY/JavaScript
JSZIP 라이브러리는 브라우저나 Nodejs에서 ZIP 압축파일을 만들 수 있게 해줍니다.다운로드 기능은 file-saver 라이브러리를 사용해도 되고, a태그를 만들어서 사용해도 됩니다. JSZip 다운로드1. 아래 링크를 열어줍니다.https://stuk.github.io/jszip/ JSZipJSZip is a javascript library for creating, reading and editing .zip files, with a lovely and simple API. Current version : v3.10.1 License : JSZip is dual-licensed. You may use it under the MIT license or the GPLv3 license. See L..