Skip to content

miqlar/minimal-gradient-image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal gradient image generator

I love beautiful color gradients as backgrounds, as the ones from https://uigradients.com. But, there are two minor issues with this website and similar ones that provide color combinations and gradients: I can't download them in any resolution I want, and in most of them I can't give the gradient an angle.

So, I wrote a small script to do it locally.

Requisites:

Have npm installed and then just do: npm install

Usage:

node script.js width(px) height(px) color1(hex) color2(hex) angle(º)

Example:

node script.js 1280 800 '#fdbb2d' '#22c1c3' 34

This creates and saves the following image:

a

About

Generate color gradient backgrounds easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors