Skip to content

Commit

Permalink
Update bacione.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bacionejs authored Aug 10, 2024
1 parent e664421 commit 04967ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bacione.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
})();

let floor=Math.floor, FPS, ifra, running=false;
let T=createtextarea(), PRETTY=createpretty(), KEYS; setTimeout(createkeys,5000);
let T=createtextarea(), PRETTY=createpretty(), KEYS; setTimeout(createkeys,1000);
new Promise(r=>setTimeout(r,500)).then(()=>new Promise(r=>requestAnimationFrame(a=>requestAnimationFrame(b=>r(floor(1000/(b-a))))))).then(r=>FPS=r);

/*
Expand Down

0 comments on commit 04967ae

Please sign in to comment.