July 2017
Intermediate to advanced
656 pages
16h 1m
English
Our hsl-to-hex module can be implemented in two steps:
Before we tear into writing an HSL to the RGB algorithm, we should check whether this problem has already been solved.
The easiest way to check is to head to http://npmjs.com and perform a search:

After some research, we decide that the hsl-to-rgb-for-reals module is the best fit.
Ensuring that we are in the hsl-to-hex folder, we can now install our dependency with ...