aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.ts b/src/lib.ts
index e482f72..1e4b1f9 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -4,3 +4,4 @@
export const MIN_DATE = -1000;
export const MAX_DATE = 1000;
+export const SCALES = [200, 50, 10, 1, 0.2]; // Timeline gets divided into units of SCALES[0], then SCALES[1], etc