Skip to content

Commit 4eeafc3

Browse files
authored
Merge pull request #82 from michitaro/master
Added instructions for installation using npm
2 parents f1707ef + 0d5727c commit 4eeafc3

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
@@ -37,6 +37,12 @@ See [pyglplot](https://github.com/danchitnis/pyglplot) for the python equivalent
3737

3838
## Getting started
3939

40+
### Install the library using npm:
41+
42+
```bash
43+
npm install webgl-plot
44+
```
45+
4046
### Create an HTML canvas with an appropriate width or height:
4147

4248
```html

0 commit comments

Comments
 (0)