# JSZip - Zip파일 생성/읽기/수정용 JS 라이브러리

> Clean Markdown view of GeekNews topic #4815. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4815](https://news.hada.io/topic?id=4815)
- GeekNews Markdown: [https://news.hada.io/topic/4815.md](https://news.hada.io/topic/4815.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-14T10:20:01+09:00
- Updated: 2021-08-14T10:20:01+09:00
- Original source: [github.com](https://github.com/Stuk/jszip)
- Points: 9
- Comments: 1

## Topic Body

- 자바스크립트 스타일의 간단한 API로 압축파일 제어 가능

ㅤ→ 파일 추가/삭제/갱신

ㅤ→ 폴더 추가/삭제

ㅤ→ 정규식으로 파일/폴더 찾기

ㅤ→ forEach, filter

ㅤ→ generateAsync/NodeStream/InternalStream 지원

ㅤ→ loadAsync

- 대부분의 브라우저에서 지원

## Comments



### Comment 6336

- Author: jeiea
- Created: 2021-08-14T12:47:31+09:00
- Points: 2

전 성능 이슈 때문에 fflate를 쓰고있어요…
