prjctimg / huetiful

JavaScript utility library for simple 🧮, fast ⏱️ and accessible ♿ color manipulation.
http://huetiful-js.com/
Apache License 2.0
28 stars 5 forks source link

feat: merge all converters into one function #191

Closed prjctimg closed 2 months ago

prjctimg commented 4 months ago

v3 of this library rethinks the purpose of the project by trying to not reinvent the wheel.

huetiful-js is not a conversion library

During v2 and below of this project, I had overemphasized the need to split xonverter functions. However this library is not wholly concerned about color conversion therefore all converter functions have been merged into one function called token which allows us to continue parsing colors from the various formats but in a more concise syntax.

The reason why I merged the converter functions is because I want to keep the API trim and tidy to allow easy intergration with Grafitti in the future.

github-actions[bot] commented 4 months ago

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for a maintainer to decide if it is ready to be worked on.

To claim an issue, please leave a comment that says ".take". If you have any questions, feel free to ping a maintainer.

prjctimg commented 2 months ago

Stale issue message