/** * 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;