无法在反应中旋转图像

Unable to rotate an image in react

我正在研究 React-Avatar 编辑器。我的旋转按钮没有按预期工作。这是我的 link 代码:https://codesandbox.io/s/example-for-react-avatar-editor-ofoz4

您没有使用旋转值。我已经在这个 fork 中修复了它:

https://codesandbox.io/s/example-for-react-avatar-editor-dc6wh

              <AvatarEditor
                rotate={this.state.rotate}
              />

我还删除了旋转函数中的 rotate=0。不知道是要完全旋转还是每个方向只旋转一次