Mischback / colorizer

A simple web-based colorscheme builder which focuses on contrast values.
https://mischback.github.io/colorizer/
MIT License
1 stars 0 forks source link

Refactor JS engine #5

Closed Mischback closed 1 year ago

Mischback commented 1 year ago

This PR enhances the code quality massively.

The existing implementation is re-structured, optimized and - hopefully - made more efficient.

Beside the code changes, lots of documentation is added.

This PR focused on the JavaScript implementation, there are only minor changes in the HTML/CSS parts of the application.