Skip to content

Commit

Permalink
clarify compatible node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhuang committed Jan 18, 2023
1 parent 7f2dab4 commit 894904e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WebGazer.js is an eye tracking library that uses common webcams to infer the eye

If you want to build the repository from source follow these instructions:

# Ensure Node v16 is downloaded: https://nodejs.org/en/download/
# Ensure Node is downloaded: https://nodejs.org/en/download/ (tested on v16 and v18)
git clone https://github.com/brownhci/WebGazer.git
cd WebGazer
#install the dependencies
Expand All @@ -41,13 +41,13 @@ Examples of how WebGazer.js works can be found [here](https://webgazer.cs.brown.

### to use in any modern framework

````
````
const webgazer = require('webgazer'); // npm package 'webgazer' is sync with this repository
````
````

or you can you do

````
````
import webgazer from 'webgazer'
````

Expand Down

0 comments on commit 894904e

Please sign in to comment.