export const FPS = 30;
export const INTRO_DURATION = 1 * FPS;
export const IMAGE_WIDTH = 1024;
export const IMAGE_HEIGHT = 1792;
