brushColor: rand()

in src/Canvas.js [27:37]


    brushColor: rand(),
    canvasHeight: 350,
    canvasWidth: 380,
    brushRadius: 4,
    lazyRadius: 8
  }
  lineLength = 0
  id = '123'
  clientId = uuid()
  canvasInfo = 'tempcanvas'
  componentDidMount() {