From ddf92cb69363bfdf4a65f9f95b9de04cff0fa333 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Fri, 12 Dec 2014 23:54:18 +0300 Subject: [PATCH] Compression: pako --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 32f5d52..e525514 100644 --- a/readme.md +++ b/readme.md @@ -362,6 +362,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [decompress-zip](https://github.com/bower/decompress-zip) - Unzip. - [tar-stream](https://github.com/mafintosh/tar-stream) - Streaming tar parser and generator. Also see [tar-fs](https://github.com/mafintosh/tar-fs). - [decompress](https://github.com/kevva/decompress) - A pluggable decompression module with support for `tar`, `tar.gz` and `zip` files out of the box. +- [pako](https://github.com/nodeca/pako) - High speed zlib port to pure js (deflate, inflate, gzip). ### Network