0.1.4 • Published 4 years ago

brotli-max v0.1.4

Weekly downloads
2
License
(Apache-2.0 AND M...
Repository
github
Last release
4 years ago

brotli-max

Compress w/ maximum brotli settings

brotli-max <input> [output]

Parse schema file 

Positionals:
  input   Input file
  output  Output file, defaults to input + '.br'

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number       

In JS:

const max = require('brotli-max')

await max(inputFilename, outputFilename)
await max(inputBuffer, outputFilename)

Note that there is no streaming API because knowing the entire file size is one of the ways we maximize the compression efficiency of Brotli.

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.0

5 years ago