Skip to content

Commit

Permalink
chore: update readme.md info
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 15, 2023
1 parent 91a0739 commit 853c7e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ console.log(rgbToName(255, 0, 0)[0]); // red
console.log(rgbToLab(255, 100, 25)); // [62.03..., 56.12..., 66.05...]
```

## Related

- [colors](https://github.com/chalkpot/colors) - Colors is JSON with the names
of colors, their values and localization. Colors are based on HTML color names
and CSS keywords.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to
Expand Down

0 comments on commit 853c7e5

Please sign in to comment.