The-Lunar-Curve / SBC-POC

Open source library for experimental projects.
1 stars 1 forks source link

Added k-means algorithm to extract colors #1

Closed jakecjones closed 3 years ago

jakecjones commented 3 years ago

I have familiarized myself with the code, but I do not understand what everything does quite yet. this is more of a code style thing but avoid using var, and use const instead to constrain variables to block scope. other than that I don't see any glaring issues.

Thanks @AndreBClark. Great feedback. I'll be more consistent with that in the future.