UNPKG

js-color-gradient

Version:

This project hepls to get color gradient code based on value.

6 lines (4 loc) 176 B
import {getCustomGradientColorArray} from './src/CustomColorGradient.js'; export const getColors = function(options) { return getCustomGradientColorArray(options); }