vishwas-r / JSGradient

JavaScript Gradient Maker

Home Page:https://vishwas-r.github.io/JSGradient/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSGradient

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

JSGradient on npmjs JSGradient on jsdelivr JSGradient on Openbase

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

About

JavaScript Gradient Maker

https://vishwas-r.github.io/JSGradient/

License:MIT License


Languages

Language:JavaScript 52.5%Language:HTML 47.5%