diff options
Diffstat (limited to 'src/lib/config.js')
| -rw-r--r-- | src/lib/config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config.js b/src/lib/config.js new file mode 100644 index 0000000..3d243ed --- /dev/null +++ b/src/lib/config.js @@ -0,0 +1,2 @@ +export const coordinateLength = 6; +export const maxSize = Math.pow(16, coordinateLength); |