Skip to content

nazchini/random-gradient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-gradient-generator 🎨

Generate beautiful linear gradients with randomly generated hex values.

gradient-random

No dependencies!

Installation

npm install --save generate-random-gradient

Usage

var gradient = require("generate-random-gradient");

generateRandomGradient(); // => 'linear-gradient(29deg, #a2075c, #a0e60e)'
generateRandomGradient(); // => 'linear-gradient(256deg, #9783fd, #e3b03e)'

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with 💛 by Nazneen Oomatia (GitHub).

About

npm package to generate beautiful linear gradients with randomly generated hex values.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published