Skip to content

Commit

Permalink
Merge pull request #82 from michitaro/master
Browse files Browse the repository at this point in the history
Added instructions for installation using npm
  • Loading branch information
danchitnis authored Aug 6, 2024
2 parents f1707ef + 0d5727c commit 4eeafc3
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 @@ See [pyglplot](https://github.com/danchitnis/pyglplot) for the python equivalent

## Getting started

### Install the library using npm:

```bash
npm install webgl-plot
```

### Create an HTML canvas with an appropriate width or height:

```html
Expand Down

0 comments on commit 4eeafc3

Please sign in to comment.