Update public/sketch.js
Browse files- public/sketch.js +2 -2
public/sketch.js
CHANGED
@@ -28,7 +28,7 @@ function preload(){
|
|
28 |
console.log(arg)
|
29 |
space_uri = arg[0];
|
30 |
hf_tkn = arg[1];
|
31 |
-
|
32 |
});
|
33 |
}
|
34 |
function setup() {
|
@@ -41,7 +41,7 @@ function setup() {
|
|
41 |
pixelDensity(1);
|
42 |
background('white');
|
43 |
|
44 |
-
|
45 |
grAPI = new GRAPI(space_uri, hf_tkn);
|
46 |
Draws = new DrawHandler();
|
47 |
AS = new AnimSys(12, 12, 30, 8);
|
|
|
28 |
console.log(arg)
|
29 |
space_uri = arg[0];
|
30 |
hf_tkn = arg[1];
|
31 |
+
grAPI = new GRAPI(space_uri, hf_tkn);
|
32 |
});
|
33 |
}
|
34 |
function setup() {
|
|
|
41 |
pixelDensity(1);
|
42 |
background('white');
|
43 |
|
44 |
+
console.log(space_uri)
|
45 |
grAPI = new GRAPI(space_uri, hf_tkn);
|
46 |
Draws = new DrawHandler();
|
47 |
AS = new AnimSys(12, 12, 30, 8);
|