-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ | |
LiteJS Zip – [![Coverage][1]][2] [![Size][3]][4] [![Buy Me A Tea][5]][6] | ||
========== | ||
|
||
Create ZIP files in JavaScript. | ||
Dependency-free JavaScript library for creating ZIP files (~1.2KB). | ||
Uses the CompressionStream API if available; otherwise will generate uncompressed ZIP. | ||
|
||
|
||
Examples | ||
-------- | ||
|
@@ -29,7 +31,7 @@ Follow [Coding Style Guide](https://github.com/litejs/litejs/wiki/Style-Guide), | |
run tests `npm install; npm test`. | ||
|
||
|
||
> Copyright (c) 2023 Lauri Rooden <[email protected]> | ||
> Copyright (c) 2023-2024 Lauri Rooden <[email protected]> | ||
[MIT License](https://litejs.com/MIT-LICENSE.txt) | | ||
[GitHub repo](https://github.com/litejs/zip) | | ||
[npm package](https://npmjs.org/package/@litejs/zip) | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters