Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

npminstallgzip
var gzip = require('gzip');
gzip('some text', function(err, data){
// By default:
// compression = 8
// encoding = utf8
console.log(data);
});
gzip('some text', 'ascii', function(err, data){
// Change encoding
console.log(data);
});
gzip(buffer, 4, function(err, data){
// Gzip buffer with compression rate = 4
console.log(data);
});

About

!!!!!! Not-supported !!!!!!!

Resources

Stars

22 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages