Skip to content

yinshanyang/d3-interpolate-husl

Repository files navigation

D3 HUSL Interpolator v 0.1

Based off http://www.husl-colors.org/.

Demo: http://bl.ocks.org/yinshanyang/e90f8830c48f07a2085c

A basic D3 plugin that interpolates though the HUSL and HUSLp color space. For now, the interpolator accepts hex or hsl strings, i.e. #f00, #ff0000 or hsl(0, 100%, 50%)

Installation

Browserify

npm install d3-interpolate-husl

Script Tag

Alternatively, the good old <script> still works with d3-interpolate-husl.js or d3-interpolate-husl.min.js.

About

D3 plugin to interpolate through HUSL and HUSLp color spaces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published