Skip to content

Commit

Permalink
Update color.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 25, 2024
1 parent a59f061 commit 5b5b680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ There are many different ways to use this API:
- Format colors for use in CSS injected into HTML
- Get the `r`, `g`, `b`, and `a` color components as JavaScript objects or numbers from a CSS color string

You can think of this as an alternative to the popular npm packages [`color`](https://github.com/Qix-/color) and [`tinycolor2`](https://github.com/bgrins/TinyColor) except with full support for parsing CSS color strings and zero dependencies built directly into Bun.

### Flexible input

You can pass in any of the following:
Expand Down

0 comments on commit 5b5b680

Please sign in to comment.