We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f2a5b commit bd5b91eCopy full SHA for bd5b91e
frontend/src/ts/anim.ts
@@ -2,7 +2,7 @@ import { engine } from "animejs";
2
import { LocalStorageWithSchema } from "./utils/local-storage-with-schema";
3
import { z } from "zod";
4
5
-export const fpsLimitSchema = z.number().int().min(30).max(1000);
+export const fpsLimitSchema = z.number().int().min(15).max(1000);
6
7
const fpsLimit = new LocalStorageWithSchema({
8
key: "fpsLimit",
0 commit comments