Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Nov 5, 2020
1 parent 5899d64 commit 6dcdd57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ The values from `UNMASKED_RENDERER_WEBGL` are irregular and relatively unpredict
- Filter the database of GPUs to those that include that version number (or to those that have no version number if none was found).
- From that list pick the hardware the has the most matching tokens between the names.

## Installation

The package can be installed using npm via the Github repo by adding this to the package.json dependencies. See [here] for more information.

```js
"webgl-gpu-power-estimation": "gkjohnson/webgl-gpu-power-estimation@<release>"
```

## Use

```js
Expand Down

0 comments on commit 6dcdd57

Please sign in to comment.