blob: 4772304bc3da9f4d5b4bef7ca96aac497ab10601 (
plain)
1
2
3
4
5
6
7
8
9
|
export const canvasSize = 1024;
export const freeformRenderSize = 300;
export const offsetDistanceY = freeformRenderSize + 400;
export const offsetX = 200;
export const newCollectionSize = 500;
export const activeColor = '#1976d2';
export const eraserColor = '#e1e9ec';
export const bgColor = '#f0f4f6';
|