diff --git a/constants.js b/constants.js new file mode 100644 index 0000000..0fe4aed --- /dev/null +++ b/constants.js @@ -0,0 +1,8 @@ +export const MEDIA_PER_PAGE = 30; +export const MEDIA_TYPE = { + PHOTOS: "photos", + VIDEOS: "videos", +}; + +export const YEAR_TO_BUMP = "MMXXIV"; +export const ESCAPE_KEY = 27;