Config.fps - Pixelize

import { createGame } from "pixelize-engine";

const game = createGame({
fps: 100, // 100 fps
});

Config.fps sets the Games (attempted) frames per second. Defaults to 60.