color
color copied to clipboard
DRAFT: Issue #262 Typescript conversion
This is very much a work in progress.
One of the challenges is that the package dynamically creates certain functions, based on the what is available in the `colour-convert' package. I am tempted to replace these with explicit methods, rather than depending on dynamic assignment.
The other thing is that I have made 'Color' as class, but open to suggestions on other approaches.