1 2 3 4 5 6 7 8 9 10 11 12 13 14
/** * The ID of the main canvas */ export const canvasId = 'lissajous'; /** * The ID of the settings container */ export const settingsId = 'settings'; /** * The target FPS of the application */ export const fps = 30;