ktongue's picture
download
raw
178 Bytes
import {hue} from "./color.js";
export default function(a, b) {
var i = hue(+a, +b);
return function(t) {
var x = i(t);
return x - 360 * Math.floor(x / 360);
};
}

Xet Storage Details

Size:
178 Bytes
·
Xet hash:
e8076b23f042f0e71f6a9daa004dd0fd61032d7e622622354b8abde0e918b492

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.