Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 556 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 556 Bytes

Brotli Compression

This project uses the webpack brotli-webpack-plugin to compress files with the Brotli Algorithm.

How to use

-- 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