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: 1425 bytes minified: 1220 bytes gzip: 530 bytes ```
MIT License