Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 529 Bytes

uni-image-editor

用 fabric+tui-image-editor 实现的 h5 版的图片编辑器,嵌入 uniapp 中可以直接使用,也可以改造一下用于其他 h5 场景

uniapp 场景

调用msgFromUniapp方法传入 base64,保存了之后通过uni.postMessage回传 base64,可以通过 image-tools 插件进行 base64 和图片互转

普通 h5 场景

改造一下初始化和保存方法,就可使用,原理同上

效果如下

效果