Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 877 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 877 Bytes

Swatchmaker

Simple web app for generating and downloading high-quality, custom color swatches

link: https://swatchmaker.jaredgorski6.now.sh/

Develop:

npm i

npm run build

npm start

Deploy on WeDeploy:

Prerequisite: WeDeploy CLI

npm run build

cd build

we deploy -p swatchmaker

Explanation

The point here is simple: generate and download a high-quality PNG swatch with one background color and all the foreground colors. Swatches may be useful for READMEs, documentation, or maybe even coordinating colors for your next interior design project 🎨

Feel free to open issues, send pull-requests, or ping the creator with insults, kudos, or questions!