@@ -10,12 +10,12 @@ The [official version of WebGazer](https://webgazer.cs.brown.edu/#download) is c
10
10
11
11
You must include the ` webgazer.js ` file in your experiment via a ` <script> ` tag.
12
12
However, the ` webgazer.js ` file is not part of any of the jsPsych NPM packages and is therefore not available via the unpkg.com CDN.
13
- Instead, it can be found on the jsdelivr.net CDN at: "https://cdn.jsdelivr.net/gh/jspsych/jspsych@jspsych@7.1.2 /examples/js/webgazer/webgazer.js ".
13
+ Instead, it can be found on the jsdelivr.net CDN at: "https://cdn.jsdelivr.net/gh/jspsych/jspsych@jspsych@7.0.0 /examples/js/webgazer/webgazer.js ".
14
14
15
15
``` html
16
16
<head >
17
17
<
script src =
" https://unpkg.com/[email protected] " ></
script >
18
- <script src =" https://cdn.jsdelivr.net/gh/jspsych/jspsych@7.1.2 /examples/js/webgazer/webgazer.js" ></script >
18
+ <
script src =
" https://cdn.jsdelivr.net/gh/jspsych/jspsych@[email protected] /examples/js/webgazer/webgazer.js" ></
script >
19
19
</head >
20
20
```
21
21
@@ -34,7 +34,7 @@ The [webgazer extension](../extensions/webgazer.md) adds functionality to jsPsyc
34
34
``` html
35
35
<head >
36
36
<
script src =
" https://unpkg.com/[email protected] " ></
script >
37
- <script src =" https://cdn.jsdelivr.net/gh/jspsych/jspsych@7.1.2 /examples/js/webgazer/webgazer.js" ></script >
37
+ <
script src =
" https://cdn.jsdelivr.net/gh/jspsych/jspsych@[email protected] /examples/js/webgazer/webgazer.js" ></
script >
38
38
<
script src =
" https://unpkg.com/@jspsych/[email protected] " ></
script >
39
39
</head >
40
40
```
@@ -175,7 +175,7 @@ If you have tips based on your own experience please consider sharing them on ou
175
175
<script src="https://unpkg.com/@jspsych/[email protected] "></script>
176
176
<script src="https://unpkg.com/@jspsych/[email protected] "></script>
177
177
<script src="https://unpkg.com/@jspsych/[email protected] "></script>
178
- <script src="https://cdn.jsdelivr.net/gh/jspsych/jsPsych @jspsych@7.1.2 /examples/js/webgazer/webgazer.js"></script>
178
+ <script src="https://cdn.jsdelivr.net/gh/jspsych/jspsych @jspsych@7.0.0 /examples/js/webgazer/webgazer.js"></script>
179
179
<script src="https://unpkg.com/@jspsych/[email protected] "></script>
180
180
<link
181
181
rel="stylesheet"
0 commit comments