diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-13 18:35:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-13 18:35:58 +0200 |
| commit | 24661f00461f0ea56c290770c698f8671e66bb37 (patch) | |
| tree | 6b3385430c4ea7e48d409f98641da835a7227a14 /animism-align/frontend/app/constants.js | |
| parent | 268ae2f8a416527f5d71c0f53345da4c267c8216 (diff) | |
scrolling viewer sections
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index 69f2b44..16548ee 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -81,3 +81,8 @@ export const CURTAIN_COLOR_LOOKUP = CURTAIN_COLORS.reduce((a,b) => { a[b.label] = b return a }, {}) + +export const DISPLAY_SIZE = 2000 +export const DISPLAY_QUALITY= 80 +export const THUMBNAIL_SIZE = 320 +export const THUMBNAIL_QUALITY = 80 |
