diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-23 19:18:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-23 19:18:31 +0200 |
| commit | 28bdef87320412776ff0db071f8ab89a51834cac (patch) | |
| tree | 3e94d1ca0cc075d4cf4df8a97cf4197d38ed5957 /animism-align/frontend/app/constants.js | |
| parent | dab7497312821fba32626f06d2a9e371051167a3 (diff) | |
arrows and tmp volume icon
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 cf504d3..9643b5f 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -32,3 +32,8 @@ export const ZOOM_TICK_STEPS = [ export const HEADER_MARGIN = 50 export const INNER_HEIGHT = window.innerHeight - HEADER_MARGIN + +export const ROMAN_NUMERALS = [ + 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X', + 'XI', 'XII', 'XIII', 'XIV', 'XV', 'XVI', 'XVII', 'XVIII', 'XIX', 'XX', +]
\ No newline at end of file |
