fffiloni commited on
Commit
b57c058
·
1 Parent(s): 1911476

Update public/sketch.js

Browse files
Files changed (1) hide show
  1. 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);