Skip to content

Commit 70488c7

Browse files
authored
Merge pull request Flipboard#131 from petrgazarov/master
Add Installation header to readme
2 parents 46a4291 + ede4d26 commit 70488c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ While there have been other attempts to bind canvas drawing APIs to React, they
1414

1515
React Canvas brings some of the APIs web developers are familiar with and blends them with a high performance drawing engine.
1616

17+
## Installation
18+
19+
React Canvas is available through npm:
20+
21+
```npm install react-canvas```
22+
1723
## React Canvas Components
1824

1925
React Canvas provides a set of standard React components that abstract the underlying rendering implementation.

0 commit comments

Comments
 (0)