canvas {
  cursor: -webkit-grab;
  cursor: grab;
}
canvas:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
