mirror of
https://codeberg.org/vlw/nicecolor.js.git
synced 2025-09-13 15:53:40 +02:00
Added a somewhat prettier README
This commit is contained in:
parent
1fd4ffdc85
commit
1eb780b03d
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
# NiceColor.js
|
||||

|
||||
|
||||
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"]
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue