From ef78bc6a084f92b4794e987b5832240d85b6479e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 22 Jul 2020 14:05:15 +0200 Subject: refactor app using babel module-resolver --- animism-align/frontend/views/align/constants.js | 34 ------------------------- 1 file changed, 34 deletions(-) delete mode 100644 animism-align/frontend/views/align/constants.js (limited to 'animism-align/frontend/views/align/constants.js') diff --git a/animism-align/frontend/views/align/constants.js b/animism-align/frontend/views/align/constants.js deleted file mode 100644 index cf504d3..0000000 --- a/animism-align/frontend/views/align/constants.js +++ /dev/null @@ -1,34 +0,0 @@ -export const WAVEFORM_SIZE = 300 - -export const ZOOM_STEPS = [ - 1, - 2, - 3, - 10, - 20, - 30, - 60, -] - -export const ZOOM_LABEL_STEPS = [ - 20, - 60, - 60, - 300, - 600, - 600, - 1200, -] - -export const ZOOM_TICK_STEPS = [ - 5, - 10, - 30, - 60, - 60, - 60, - 600, -] - -export const HEADER_MARGIN = 50 -export const INNER_HEIGHT = window.innerHeight - HEADER_MARGIN -- cgit v1.2.3-70-g09d2