Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 775 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 775 Bytes

QuadTree Image Gallery

Quad tree image compression is an image compression technique that uses decision tree splitting to compress images and show in a beautiful manner as the web page is being loaded. It gives a performance boost and a visual appeal to the website

Installation

Install it through npm or yarn

Usage

  1. Clone git project
  2. For Angular: Change the environment variables in app/src/environments and rebuild the app.
  3. For React: Change the app url variable and build the app
  4. For backend: Run main.go as a GoLang executable file

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Open sourced project