aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/generativeFill/generativeFillUtils/generativeFillConstants.ts
blob: 78903b9aaf49d32a3f09afda88f208d2f4c93b0c (plain)
1
2
3
4
5
// constants
export const canvasSize = 1024;

export const activeColor = "#1976d2";
export const eraserColor = "#e1e9ec";