blob: dc94a9368078805d7cbef8db3ca25d61fd330f09 (
plain)
1
2
3
4
5
6
7
8
9
|
export const canvasSize = 512;
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';
|