Skip to content

Commit

Permalink
📝 add jsDelivr CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
noeldelgado committed May 19, 2020
1 parent bc542b9 commit 5fb8022
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 @@ -37,6 +37,12 @@ Or as a `<script>` tag from a CDN as `parseCssColor`:
<script src="https://unpkg.com/parse-css-color"></script>
```

**jsDelivr CDN**

```html
<script src="https://cdn.jsdelivr.net/npm/parse-css-color"></script>
```

## Usage
```js
import parse from 'parse-css-color'
Expand Down

0 comments on commit 5fb8022

Please sign in to comment.