1.0.0 • Published 2 years ago

jsgradient v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

JSGradient

Simple JavaScript package for developers to generate gradient colors. It generates list of colors between 2 colors as hex code.

Usage

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

Contributing

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

License

MIT