1
0
mirror of https://github.com/SunnyQjm/taro-cropper.git synced 2026-06-03 08:16:46 +08:00

update: README

This commit is contained in:
SunnyQjm
2019-11-28 19:50:26 +08:00
parent 19bf69cce7
commit 2cdc4be1ef
+1
View File
@@ -67,6 +67,7 @@ TaroCropper 是Taro小程序框架下使用的图片裁剪,基于canvasAPI进
| onCut | (cutImagePath: string) => void | 点击底部完成按钮时会执行裁剪操作,可以通过此回调接收裁剪结果 | () => {} |
| onFail | (err) => void | 裁剪失败的回调 | () => {} |
> ### 效果展示
<img src="https://raw.githubusercontent.com/SunnyQjm/taro-cropper/master/document/demo1.png" width="375"/>