]> git.r.bdr.sh - rbdr/canvas/blame - src/lib/config.js
Render cases when the boundary crosses the viewport
[rbdr/canvas] / src / lib / config.js
CommitLineData
2df937df
RBR
1export const coordinateLength = 6;
2export const maxSize = Math.pow(16, coordinateLength);
c30e6881
RBR
3
4export const supabase = {
5 url: import.meta.env.VITE_SUPABASE_URL,
6 key: import.meta.env.VITE_SUPABASE_KEY
7};