Skip to content

Commit

Permalink
Fix readme formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Butterwell committed Mar 15, 2021
1 parent a3d4cb9 commit 6e3d07d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Oklab color in Typescript

From [Björn Ottosson, A perceptual color space for image processing] (https://bottosson.github.io/posts/oklab/)

"L" is luminosity,
"a" runs from green (0.0) to red (1.0)
"b" runs from blue (0.0) to yellow (1.0)
"L" is luminosity,
"a" runs from green (0.0) to red (1.0)
"b" runs from blue (0.0) to yellow (1.0)

```javascript
import { toOklab, rgbString } from '@butterwell/oklab';
Expand Down

0 comments on commit 6e3d07d

Please sign in to comment.