File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LiteJS Zip – [![Coverage][1]][2] [![Size][3]][4] [![Buy Me A Tea][5]][6]
1111==========
1212
1313Lightweight (~ 1.3KB) ZIP file creator for Browser and Node.js. No dependencies.
14- Uses the CompressionStream API when available; otherwise will generate uncompressed ZIP.
14+ Uses the CompressionStream API if available; otherwise uses provided deflater or creates an uncompressed ZIP.
1515
1616
1717createZip(files [ , options] [ , callback] )
Original file line number Diff line number Diff line change 11{
22 "name" : " @litejs/zip" ,
33 "version" : " 25.10.1" ,
4- "description" : " Create ZIP files in Browser or Server " ,
4+ "description" : " Lightweight (~1.3KB) ZIP file creator for Browser and Node.js. No dependencies " ,
55 "license" : " MIT" ,
66 "author" : " Lauri Rooden <lauri@rooden.ee>" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments