Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial port of color-java (#1) * ci: Fixing typo in readme, and adding initial stubs for github actions. * doc: Updating build-test action link. * ci: Adding initial build files * test: Adding test stub configs * chore: Porting classes from color-java project. * chore: Porrting Color from color-java * refactor: Moving functions around to be next to overloaded functions. * refactor: Changing type any to (number | string) * fix: Fixing compile errors in ColorUtils.ts * fix: Removed most helper methods from color since typescript sucks. * chore: Port from color-java/ColorUtilsTest, with tests disabled. * ci: Getting tests running * test: uncommenting out tests for 'test valid' * fix: Allowing for null on isValidHex calls * fix: Correcting porting errors. * test: uncommenting out most of 'test utils' * fix: Correcting porting errors in toHSL * chore: Port if ColorTest from color-java. All commented out. * test: uncommenting out and fixing helper methods * test: Uncommenting out test color creation * fix: Fixing recursion on setRed, setBule, setGreen * fix: Trying to handle floating points at 0 and at 1 * test: Uncommenting out color hex constants test. * test: Uncommenting test hex integers test. * test: Uncommenting out alpha integer test * test: Uncommenting RGB test * test: uncommenting hex integers test * test: uncommenting arithmetic test * test: uncommenting hex singles test * test: uncommenting color hsl test * test: commenting out color with alpha check. Fixing TODO's * test: fixing last remaing TODOs * ci: Porting over ReadmeTest from color-java * doc: Updating readme from ReadmeTest.ts * Preparing for release (#2) * doc: Correcting spacing in README usage * chore: Removing unused index.ts file * doc: Removing node as an engine * doc: Updating readme * ci: Trying new github action * ci: Fixing github actions * ci: Removing coveralls step * ci: More github action fixing * doc: Removing link to ngagoint.github.io * ci: Adding docs directory
- Loading branch information