This project uses the webpack brotli-webpack-plugin to compress files with the Brotli Algorithm.
-- Run npm install
to install the project dependencies
-- Copy the file to be compressed into the src
folder
-- In the webpack.config.js
file replace "[file-name]" with the name of the file to be compressed
-- In the terminal run npm start
-- Compressed file would be available in the generated public
folder