8000 GitHub - tealstripesvibes/color
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tealstripesvibes/color

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Scheme Builder

Creates an SVG that describes the colors in a color scheme.

The output should give some insight into the relationships between each color in the scheme.

Usage

node src/index.mjs --help

> Usage: node index.js -o [outDir] -c [configFile] [options]
>
> Required Arguments:
>   -o, --outDir: the output directory
>   -c, --config: the config file to use
> 
>  Options:
>    -h, --help:  display this help dialog
node src/index.mjs -o ./example/out -c example/colors.config.json

Output

color-scheme.svg

output color scheme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0