Skip to content

Commit

Permalink
Import and install statement doc addition (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaoluwaM committed Jun 8, 2021
1 parent 3c5fbf2 commit b58c6d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

### Usage

Install from npm

```
npm install chroma-js
```

Import package into project

```javascript
import chroma from "chroma-js";
```

Initiate and manipulate colors:

```javascript
Expand Down

0 comments on commit b58c6d0

Please sign in to comment.