fffiloni commited on
Commit
7299658
·
1 Parent(s): cd978f5

Update public/sketch.js

Browse files
Files changed (1) hide show
  1. public/sketch.js +3 -3
public/sketch.js CHANGED
@@ -30,8 +30,7 @@ function preload(){
30
  hf_tkn = arg[1];
31
  console.log(space_uri)
32
  grAPI = new GRAPI(space_uri, hf_tkn);
33
- Draws = new DrawHandler();
34
- AS = new AnimSys(12, 12, 30, 8);
35
  //setTimeout(function(){
36
  // for (let i = 0; i < AS.initial_frame_nb; i++) {
37
  // AS.create_new_frame();
@@ -51,7 +50,8 @@ function setup() {
51
  pixelDensity(1);
52
  background('white');
53
 
54
-
 
55
 
56
 
57
 
 
30
  hf_tkn = arg[1];
31
  console.log(space_uri)
32
  grAPI = new GRAPI(space_uri, hf_tkn);
33
+
 
34
  //setTimeout(function(){
35
  // for (let i = 0; i < AS.initial_frame_nb; i++) {
36
  // AS.create_new_frame();
 
50
  pixelDensity(1);
51
  background('white');
52
 
53
+ Draws = new DrawHandler();
54
+ AS = new AnimSys(12, 12, 30, 8);
55
 
56
 
57