@privjs/gradients
Version:
Javascript utility to generate beautiful gradient backgrounds. Built by the team behind [privjs.com](https://privjs.com)
32 lines (18 loc) • 945 B
Markdown
# Seeded Gradient Generator
Javascript utility to generate beautiful gradient backgrounds. Built by the team behind [privjs.com](https://privjs.com)
<img width="677" alt="Screenshot 2023-01-03 at 5 44 04 PM" src="https://user-images.githubusercontent.com/24790143/210391238-1236446d-010d-42ca-91c2-43085946466e.png">
## Demo
[https://www.prasannamestha.com/blog/science-of-beautiful-color-gradients](https://www.prasannamestha.com/blog/science-of-beautiful-color-gradients)
## Installation
```
$ npm i @privjs/gradients
```
## Usage
```
import gradient from '@privjs/gradients'
const background = gradient('randomstring')
<div style={{ backgroundImage: background, width: '10rem', aspectRatio: '1' }}></div>
```
## Support
Contact me on [Twitter](https://twitter.com/prasannamestha) or write an email to [prasanna@privjs.com](mailto:prasanna@privjs.com).
Do check out PrivJs Safe: [https://safe.privjs.com](https://safe.privjs.com)