diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-28 00:20:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-28 00:20:51 +0200 |
| commit | f6bc505597463cc8f593e00d74b421175a69f7f3 (patch) | |
| tree | 8e55d423573fcadc0e51f86b67b825c4c619f90e /animism-align/frontend/app/constants.js | |
| parent | 443f0a465c720c9e70a124671872c74bc7e9bbd4 (diff) | |
some fullscreen elements fading in...
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index db710a5..2ed5563 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -72,3 +72,7 @@ export const CURTAIN_COLOR_SELECT_OPTIONS = CURTAIN_COLORS.map(color => ({ name: color.label, })) +export const CURTAIN_COLOR_LOOKUP = CURTAIN_COLORS.reduce((a,b) => { + a[b.label] = b + return a +}, {}) |
