brotli-size-cli

Get the brotli size of a file or stdin

Usage no npm install needed!

<script type="module">
  import brotliSizeCli from 'https://cdn.skypack.dev/brotli-size-cli';
</script>

README

brotli-size-cli

Get the brotli size of a file or stdin

Install

$ npm install --global brotli-size-cli

Usage

$ brotli-size --help

Note: You must be running node >= 13 to use this module since it requires ESM module support.

Related