@ -67,9 +67,16 @@ function RGB_to_HSL(rgb) {
};
}
function asyncTimeout(timeout) {
return new Promise(resolve => {
setTimeout(resolve, timeout);
});
module.exports = {
fillPartialHSL,
clamp,
HSL_to_RGB,
RGB_to_HSL,
asyncTimeout,
The note is not visible to the blocked user.