fffiloni commited on
Commit
43d79b7
·
1 Parent(s): 70bffa6

Update public/sketch.js

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