diff --git a/README.md b/README.md index 3fb193c..4a77126 100644 --- a/README.md +++ b/README.md @@ -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"] -``` \ No newline at end of file +```