Update public/sketch.js
Browse files- public/sketch.js +1 -0
public/sketch.js
CHANGED
@@ -40,6 +40,7 @@ function setup() {
|
|
40 |
noLoop();
|
41 |
pixelDensity(1);
|
42 |
background('white');
|
|
|
43 |
grAPI = new GRAPI(space_uri, hf_tkn)
|
44 |
Draws = new DrawHandler();
|
45 |
AS = new AnimSys(12, 12, 30, 8);
|
|
|
40 |
noLoop();
|
41 |
pixelDensity(1);
|
42 |
background('white');
|
43 |
+
console.log(space_uri)
|
44 |
grAPI = new GRAPI(space_uri, hf_tkn)
|
45 |
Draws = new DrawHandler();
|
46 |
AS = new AnimSys(12, 12, 30, 8);
|