const setFocal = (focal: Crop.Position) => {
    props.dispatch({ type: "setFocal", payload: focal });
  };