Skip to content

Commit

Permalink
fix: revert framerate test being pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Nov 6, 2022
1 parent f0866b9 commit 756f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const tuiStyle = crayon.bgBlack.white;
const tui = new Tui({
style: tuiStyle,
canvas: new Canvas({
refreshRate: 1000 / 1000,
refreshRate: 1000 / 60,
stdout: Deno.stdout,
}),
});
Expand Down

0 comments on commit 756f108

Please sign in to comment.