UNPKG

color-interpolate

Version:

Pick color from a given color palette by index

37 lines (36 loc) 818 B
{ "name": "color-interpolate", "version": "2.0.0", "description": "Pick color from a given color palette by index", "main": "index.js", "types": "index.d.ts", "type": "module", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/colorjs/color-interpolate.git" }, "keywords": [ "color", "interpolate", "lerp", "interpolate-arrays", "interpolation", "smootstep", "palette", "colormap", "gradient" ], "author": "Dmitry Iv <dfcreative@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/colorjs/color-interpolate/issues" }, "homepage": "https://github.com/colorjs/color-interpolate#readme", "dependencies": { "color-parse": "^2.0.2", "color-space": "^2.3.2" } }