Show your javascript file size after minification and gzip
sh
cargo install js_sizers
sh
js_sizers ./test.js
```sh
Reading file: ./test.js...
origin >> 20.38 kB (20384 bytes) minified >> 3.73 kB (3733 bytes) gzipped >> 1.89 kB (1894 bytes) ```
```sh cargo build
touch test.js # create a test file as input and edit cargo run ./test.js ```
MIT License