JSGradient

Simple JavaScript package to generate gradient colors

Usage

var gradientColors = new JSGradient(["#8A2387", "#F27121"], 3); //Returns ["#8a2387", "#ac3d65", "#cf5743"]
JSGradient

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT