1 2 3 4 5
// constants export const canvasSize = 1024; export const activeColor = "#1976d2"; export const eraserColor = "#e1e9ec";