Merge branch 'master' into support/github_pages

This commit is contained in:
Victor Westerlund 2021-01-26 12:08:56 +01:00
commit dfea10a23f

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://victorwesterlund.github.io/nicecolor.js/demo/)
## 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"]
```
```