Added a somewhat prettier README

This commit is contained in:
Victor Westerlund 2021-01-26 12:03:19 +01:00 committed by GitHub
parent 1fd4ffdc85
commit 1eb780b03d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
# NiceColor.js
![NiceColor.js](https://i.imgur.com/QhjXDpJ.png)
Generate sleek, modern, nice colors with pure JS.
### [Try it out](https://github.com/VictorWesterlund/nicecolor.js/deployments?environment=github-pages)
## Get started
Everything needed for NiceColor.js to work is included in the class, no dependencies.
@ -58,4 +61,4 @@ const niceColor = new NiceColor();
niceColor.generate();
console.log(niceColor.hex); // Logs: Array["FF,"16,"A2"]
```
```