Skip to content

Conversation

@huanlirui
Copy link

修复issue #314 -> 使用use2d模式绘制只绘制左上角的问题

修复issue #393 -> 在taro项目中原生插件形式引入,无法触发imgOK回调的问题。

以及ios端绘制图片模糊的问题

@huanlirui
Copy link
Author

#393 问题 在 #395处理后。手动传递callfunction即可拿到path回调

<painter
          palette={palette}
          customOpt={{
            imgOK: path => {
              console.log(path);
            }
          }}
        />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants