fffiloni commited on
Commit
bcb085b
·
1 Parent(s): e905ecc

Update public/sketch.js

Browse files
Files changed (1) hide show
  1. public/sketch.js +1 -1
public/sketch.js CHANGED
@@ -42,7 +42,7 @@ function setup() {
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);
48
 
 
42
  background('white');
43
 
44
  console.log(space_uri)
45
+
46
  Draws = new DrawHandler();
47
  AS = new AnimSys(12, 12, 30, 8);
48