【问题标题】:Unable to rotate an image in react无法在反应中旋转图像
【发布时间】:2019-07-30 21:09:44
【问题描述】:

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

【问题讨论】:

    标签: reactjs typescript editor material-ui avatar


    【解决方案1】:

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

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

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-03-29
      • 2019-09-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-15
      相关资源
      最近更新 更多