Skip to content

Commit c53526a

Browse files
committed
readme
1 parent 75f9971 commit c53526a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body><div class="wrap">
88
<h1 id="chroma-js">chroma.js</h1>
9-
<p><strong>chroma.js</strong> is a small JavaScript library (17kB) for dealing with colors!</p>
9+
<p><strong>chroma.js</strong> is a <a href="https://bundlephobia.com/result?p=chroma-js">small-ish</a> zero-dependency JavaScript library (<a href="https://bundlephobia.com/result?p=chroma-js">13.5kB</a>) for all kinds of color conversions and color scales.</p>
1010
<p><a href="https://travis-ci.com/gka/chroma.js"><img src="https://api.travis-ci.com/gka/chroma.js.svg?branch=master" alt="Build Status"></a></p>
1111
<h2 id="quick-start">Quick-start</h2>
1212
<p>Here are a couple of things chroma.js can do for you:</p>

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# chroma.js
33

4-
**chroma.js** is a small JavaScript library (17kB) for dealing with colors!
4+
**chroma.js** is a [small-ish](https://bundlephobia.com/result?p=chroma-js) zero-dependency JavaScript library ([13.5kB](https://bundlephobia.com/result?p=chroma-js)) for all kinds of color conversions and color scales.
55

66
[![Build Status](https://api.travis-ci.com/gka/chroma.js.svg?branch=master)](https://travis-ci.com/gka/chroma.js)
77

readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Chroma.js
22

3-
[Chroma.js](https://gka.github.io/chroma.js/) is a ~~tiny~~ small zero-dependency JavaScript library (17kB) for all kinds of color conversions and color scales.
3+
[Chroma.js](https://vis4.net/chromajs/) is a ~~tiny~~ [small-ish](https://bundlephobia.com/result?p=chroma-js) zero-dependency JavaScript library ([13.5kB](https://bundlephobia.com/result?p=chroma-js)) for all kinds of color conversions and color scales.
44

55
[![Build Status](https://api.travis-ci.com/gka/chroma.js.svg?branch=master)](https://travis-ci.com/gka/chroma.js)
66

77
### Usage
88

9-
109
Initiate and manipulate colors:
1110

1211
```javascript

0 commit comments

Comments
 (0)